From a707d93026251f680f8967add83634038a0e41f3 Mon Sep 17 00:00:00 2001 From: hius07 <62179190+hius07@users.noreply.github.com> Date: Fri, 27 Jun 2025 14:03:55 +0300 Subject: [PATCH] screen_rotation_menu_table: fix menu refreshing on check --- frontend/ui/elements/screen_rotation_menu_table.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/ui/elements/screen_rotation_menu_table.lua b/frontend/ui/elements/screen_rotation_menu_table.lua index e3b69ae46..b81e8982e 100644 --- a/frontend/ui/elements/screen_rotation_menu_table.lua +++ b/frontend/ui/elements/screen_rotation_menu_table.lua @@ -14,6 +14,7 @@ local function genMenuItem(text, mode) return Screen:getRotationMode() == mode end, radio = true, + on_check_closed_in_callback = true, callback = function(touchmenu_instance) UIManager:broadcastEvent(Event:new("SetRotationMode", mode)) touchmenu_instance:closeMenu()