From 3b950e6675c309cac01b08672e38ae1f87e8e298 Mon Sep 17 00:00:00 2001 From: Ivan Dmitrievich Yartsev Date: Tue, 30 Dec 2025 18:01:11 +0000 Subject: [PATCH] Fixed autoreboot --- source/ubinstall-gtk-page-switch.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/ubinstall-gtk-page-switch.c b/source/ubinstall-gtk-page-switch.c index 8abf6ab..8536df3 100644 --- a/source/ubinstall-gtk-page-switch.c +++ b/source/ubinstall-gtk-page-switch.c @@ -450,7 +450,6 @@ void yon_page_init(main_window *widgets, enum YON_PAGES page){ if (main_config.install_complete){ g_mutex_unlock(&main_config.install_mutex); g_thread_new("install_thread",(GThreadFunc)on_setup_system_configuration,widgets); - on_page_next_clicked(NULL,widgets); } else { g_mutex_unlock(&main_config.install_mutex); }