From 152e794026cc0ef6391638c3f26a0e9f191fb5c2 Mon Sep 17 00:00:00 2001 From: hwspeedy Date: Thu, 25 Apr 2024 15:50:16 +0200 Subject: FIX Missing Theme disable for more Themes --- shell/callbacks.c | 1 + 1 file changed, 1 insertion(+) diff --git a/shell/callbacks.c b/shell/callbacks.c index 2892be2c..e6482c4f 100644 --- a/shell/callbacks.c +++ b/shell/callbacks.c @@ -127,6 +127,7 @@ void cb_disable_theme() if(shell_action_get_active("Theme1Action")) shell_action_set_active("Theme1Action",FALSE); if(shell_action_get_active("Theme2Action")) shell_action_set_active("Theme2Action",FALSE); if(shell_action_get_active("Theme3Action")) shell_action_set_active("Theme3Action",FALSE); + if(shell_action_get_active("Theme4Action")) shell_action_set_active("Theme4Action",FALSE); } g_mkdir(g_get_user_config_dir(),0755); -- cgit v1.2.3