Optimization for GUI LiveCD

This commit is contained in:
longpanda
2021-09-30 07:37:49 +08:00
parent 849eb7bf2c
commit 47797f0285
8 changed files with 24 additions and 8 deletions

View File

@@ -202,8 +202,6 @@ void on_secure_boot_toggled(GtkMenuItem *menuItem, gpointer data)
{
g_secure_boot_support = 1 - g_secure_boot_support;
vlog("on_secure_boot_toggled %d\n",g_secure_boot_support );
if (g_secure_boot_support)
{
gtk_widget_show((GtkWidget *)g_image_secure_local);