mirror of
https://github.com/pelgraine/Meck.git
synced 2026-08-08 01:32:42 +02:00
t-watch - initial step counter implementation
This commit is contained in:
@@ -1787,7 +1787,7 @@ static void lastHeardToggleContact() {
|
||||
if (row == 2 && col == 0) { ui_task.gotoTraceScreen(); return 0; }
|
||||
// row 2 col 1 = Maps -- TODO subscreen not yet built; no-op for now.
|
||||
if (row == 3 && col == 0) { ui_task.gotoNotesScreen(); return 0; }
|
||||
// row 3 col 1 = Games -- placeholder, no target yet; no-op for now.
|
||||
if (row == 3 && col == 1) { ui_task.gotoStepsScreen(); return 0; }
|
||||
}
|
||||
return 0; // consume long-press on the tile page
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user