Updated Ragger

This commit is contained in:
Alexandre Paillier
2023-05-15 15:46:43 +02:00
parent 510a935e26
commit 8f4fb59ec0
3 changed files with 3 additions and 3 deletions

View File

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