From c37e1624e8b41b56a0148336c7bc0e284f84a500 Mon Sep 17 00:00:00 2001 From: Ivan Dmitrievich Yartsev Date: Mon, 2 Mar 2026 13:21:22 +0600 Subject: [PATCH] Configuration hub page back button sensitiveness --- source/ubinstall-gtk-page-switch.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/ubinstall-gtk-page-switch.c b/source/ubinstall-gtk-page-switch.c index 39a7aef..91db373 100644 --- a/source/ubinstall-gtk-page-switch.c +++ b/source/ubinstall-gtk-page-switch.c @@ -164,6 +164,9 @@ void yon_navigation_buttons_set_sensetiveness(main_window *widgets){ gtk_button_set_label(GTK_BUTTON(widgets->CancelInstallButton),EXIT_LABEL); break; + case YON_PAGE_CONFIG_HUB: + gtk_widget_set_sensitive(widgets->BackButton,0); + break; case YON_PAGE_COMPLETED: case YON_PAGE_RECOVERY_COMPLETION: case YON_PAGE_INSTALL_ERROR: