diff --git a/source/ubinstall-gtk-page-switch.c b/source/ubinstall-gtk-page-switch.c
index 2579b4b..b13fbd6 100644
--- a/source/ubinstall-gtk-page-switch.c
+++ b/source/ubinstall-gtk-page-switch.c
@@ -290,11 +290,6 @@ void yon_configuration_mode_check(main_window *widgets){
} else {
gtk_widget_set_sensitive(widgets->ConfigurationModeMenuItem,0);
}
- if (page == YON_PAGE_CONFIGURE_END){
- gtk_widget_show(widgets->SaveButton);
- } else {
- gtk_widget_hide(widgets->SaveButton);
- }
}
void yon_page_update(main_window *widgets){
diff --git a/source/ubinstall-gtk.c b/source/ubinstall-gtk.c
index 8410e50..651b32e 100644
--- a/source/ubinstall-gtk.c
+++ b/source/ubinstall-gtk.c
@@ -403,7 +403,6 @@ main_window *yon_main_window_complete(){
widgets->DocumentationMenuItem = yon_ubl_menu_item_documentation_new(DOCUMENTATION_LABEL);
widgets->AboutMenuItem = yon_ubl_menu_item_about_new(ABOUT_LABEL);
- widgets->SaveButton = yon_gtk_builder_get_widget(builder,"SaveButton");
widgets->LoadGlobalConfigurationMenuItem = yon_gtk_builder_get_widget(builder,"LoadGlobalConfigurationMenuItem");
widgets->LoadLocalConfigurationMenuItem = yon_gtk_builder_get_widget(builder,"LoadLocalConfigurationMenuItem");
diff --git a/source/ubinstall-gtk.h b/source/ubinstall-gtk.h
index b3b14a4..e8d153b 100755
--- a/source/ubinstall-gtk.h
+++ b/source/ubinstall-gtk.h
@@ -418,8 +418,6 @@ typedef struct {
GtkWidget *SaveLocalConfigurationMenuItem;
GtkWidget *SaveExternalConfigurationMenuItem;
- GtkWidget *SaveButton;
-
GtkWidget *MainWindow;
GtkWidget *StartScenarioButton;
diff --git a/ubinstall-gtk.glade b/ubinstall-gtk.glade
index 14103c6..1ed2597 100644
--- a/ubinstall-gtk.glade
+++ b/ubinstall-gtk.glade
@@ -273,11 +273,26 @@
False
com.ublinux.libublsettingsui-gtk3.increase-symbolic
+
+
+
-
False
@@ -10524,6 +10492,7 @@ separately into the selected partition.
Source
True
True
+ image25
False
@@ -10536,6 +10505,7 @@ separately into the selected partition.
Skip installation
True
True
+ image28
False
@@ -10651,49 +10621,55 @@ separately into the selected partition.
1
-
-
-
- end
- 2
-
-
+