From 1cbd1bd58a140b00639da3a30b401f0466696f82 Mon Sep 17 00:00:00 2001 From: Ivan Dmitrievich Yartsev Date: Thu, 9 Apr 2026 10:17:05 +0600 Subject: [PATCH] Fixed left side steps menu switching --- source/ubinstall-gtk-page-switch.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/source/ubinstall-gtk-page-switch.c b/source/ubinstall-gtk-page-switch.c index 43227e7..9f815eb 100644 --- a/source/ubinstall-gtk-page-switch.c +++ b/source/ubinstall-gtk-page-switch.c @@ -430,10 +430,9 @@ void yon_configuration_mode_check(main_window *widgets){ } void yon_page_update(main_window *widgets){ - // yon_resize_images_update(widgets); yon_navigation_buttons_set_sensetiveness(widgets); - // yon_switch_page_render(widgets); - // yon_configuration_mode_check(widgets); + yon_switch_page_render(widgets); + yon_configuration_mode_check(widgets); } enum YON_PAGES yon_sections_get_next_page(main_window *widgets){