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()