diff --git a/source/ubl-settings-kernel.c b/source/ubl-settings-kernel.c index f287c70..8b74e4f 100644 --- a/source/ubl-settings-kernel.c +++ b/source/ubl-settings-kernel.c @@ -135,6 +135,7 @@ void *yon_interface_update(main_window *widgets){ yon_tag_add(GTK_BOX(tab->run_tags_box),RUNNING_LABEL,"tag_green",NULL); gtk_widget_hide(tab->remove_module_button); gtk_widget_hide(tab->remove_package_button); + gtk_widget_hide(tab->launch_button); } else if (!yon_char_is_empty(boot_config_run)&&!strcmp(boot_config_run,tab->package)){ yon_tag_add(GTK_BOX(tab->run_tags_box),BOOT_RUN_LABEL,"tag_orange",NULL); gtk_widget_hide(tab->launch_button);