diff --git a/source/ubinstall-gtk-page-switch.c b/source/ubinstall-gtk-page-switch.c index 318e7dd..929cc8c 100644 --- a/source/ubinstall-gtk-page-switch.c +++ b/source/ubinstall-gtk-page-switch.c @@ -433,6 +433,7 @@ void on_page_cancel_clicked(GtkWidget *, main_window *widgets){ } void on_system_setup_pass(GtkWidget *, main_window *widgets){ + main_config.save_configured=1; if (main_config.configure_mode){ gtk_notebook_set_current_page(GTK_NOTEBOOK(widgets->Notebook),YON_PAGE_CONFIGURE_END); } else {