From 3ae6a64f2079d34e809cafc5acda14513c211369 Mon Sep 17 00:00:00 2001 From: siliconsniffer <97843108+siliconsniffer@users.noreply.github.com> Date: Wed, 6 Aug 2025 10:13:46 +0200 Subject: [PATCH] Always hide the menu header when calling tabview:hide --- builtin/fstk/tabview.lua | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/builtin/fstk/tabview.lua b/builtin/fstk/tabview.lua index d435d476c5..25d70e8602 100644 --- a/builtin/fstk/tabview.lua +++ b/builtin/fstk/tabview.lua @@ -226,10 +226,8 @@ local function hide_tabview(self) self.hidden=true -- hide the menu header image as well - if core.settings:get_bool("touch_gui") then - if mm_game_theme and mm_game_theme.clear_single then - mm_game_theme.clear_single("header") - end + if mm_game_theme and mm_game_theme.clear_single then + mm_game_theme.clear_single("header") end -- call on_change as we're not gonna show self tab any longer