From e76f7d6823414288880903fcc2f639678188866f Mon Sep 17 00:00:00 2001 From: ericbsd Date: Wed, 2 Sep 2020 00:51:06 -0300 Subject: [PATCH] fix Back button --- install-station | 1 + 1 file changed, 1 insertion(+) diff --git a/install-station b/install-station index ad1710d..b2e5c9c 100755 --- a/install-station +++ b/install-station @@ -42,6 +42,7 @@ class MainWindow(): page = self.notebook.get_current_page() if page == 0: create_disk_partition_db() + self.button1.set_sensitive(True) if self.types.get_type() == "ufs": udbox = Gtk.VBox(False, 0) udbox.show()