From e668d4bf60fa799d31a13bf026ab8645f61f25a1 Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Thu, 30 Oct 2025 18:11:50 +0600 Subject: [PATCH] Fixed configuration skipping --- source/ubinstall-gtk-page-switch.c | 1 + 1 file changed, 1 insertion(+) 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 {