From 1c713986e09775fba41d5f026e8f5ad7c52593af Mon Sep 17 00:00:00 2001 From: Ivan Dmitrievich Yartsev Date: Wed, 1 Apr 2026 16:25:32 +0600 Subject: [PATCH] Fixed installation start --- source/ubinstall-gtk-page-switch.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/ubinstall-gtk-page-switch.c b/source/ubinstall-gtk-page-switch.c index ad24a39..fdc8024 100644 --- a/source/ubinstall-gtk-page-switch.c +++ b/source/ubinstall-gtk-page-switch.c @@ -334,6 +334,8 @@ int yon_page_save(main_window *widgets, enum YON_PAGES page){ return yon_install_options_save(widgets->UserdataDevicesTree,widgets->UserdataSysSectionTree,"data_only",widgets); break; case YON_PAGE_INSTALLATION_BEGIN: + yon_installation_start(widgets); + [[fallthrough]]; case YON_PAGE_CONFIGURE_END: int status = yon_config_save(widgets); if (status){