From ac4db8aed73d99d62859eb178e8146ea7f816203 Mon Sep 17 00:00:00 2001 From: Ivan Dmitrievich Yartsev Date: Thu, 2 Apr 2026 16:29:12 +0600 Subject: [PATCH] Fixed installer exiting postinstall action --- source/ubinstall-gtk-page-switch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ubinstall-gtk-page-switch.c b/source/ubinstall-gtk-page-switch.c index fdc8024..601d35b 100644 --- a/source/ubinstall-gtk-page-switch.c +++ b/source/ubinstall-gtk-page-switch.c @@ -517,7 +517,7 @@ void yon_page_init(main_window *widgets, enum YON_PAGES page){ case YON_PAGE_COMPLETION: const char *endaction = gtk_combo_box_get_active_id(GTK_COMBO_BOX(widgets->ConfigHubRebootCombo)); if (!yon_char_is_empty(endaction)&&!strcmp(endaction,"close")){ - on_exit_accepted(widgets); + on_yon_exit(NULL,NULL,widgets); } break; case YON_PAGE_RECOVERY_PROCESS:{