Updated Ragger
This commit is contained in:
@@ -59,4 +59,4 @@ def settings_toggle(fw: Firmware, nav: Navigator, to_toggle: list[SettingID]):
|
||||
if setting in to_toggle:
|
||||
moves += [NavIns(NavInsID.TOUCH, get_setting_position(fw.device, setting))]
|
||||
moves += [NavInsID.EXIT_HEADER_TAP]
|
||||
nav.navigate(moves)
|
||||
nav.navigate(moves, screen_change_before_first_instruction=False)
|
||||
|
||||
Reference in New Issue
Block a user