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: