From eb7477d47bf1381846f972671d83adb270e7f218 Mon Sep 17 00:00:00 2001 From: Ivan Dmitrievich Yartsev Date: Wed, 1 Apr 2026 10:43:39 +0600 Subject: [PATCH] Fixed data recovery installation start --- source/ubinstall-gtk-page-switch.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/ubinstall-gtk-page-switch.c b/source/ubinstall-gtk-page-switch.c index 5b648bf..707f465 100644 --- a/source/ubinstall-gtk-page-switch.c +++ b/source/ubinstall-gtk-page-switch.c @@ -317,9 +317,6 @@ 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: - case YON_PAGE_RECOVERY_BEGIN: - return yon_installation_start(widgets); - break; case YON_PAGE_CONFIGURE_END: int status = yon_config_save(widgets); if (status){ @@ -504,6 +501,9 @@ void yon_page_init(main_window *widgets, enum YON_PAGES page){ on_exit_accepted(widgets); } break; + case YON_PAGE_RECOVERY_PROCESS:{ + yon_installation_start(widgets); + } break; case YON_PAGE_INSTALL_COMMON: case YON_PAGE_INSTALL_SEPARATE: case YON_PAGE_INSTALL_SAME_PARTITION: