Temporarily remove "new run" and "resume" buttons (#546)

* Temporarily remove "new run" and "resume" buttons

* clang format

* Add apology
This commit is contained in:
Rickey
2026-06-10 21:09:12 -07:00
committed by GitHub
parent 2ea3e7b19c
commit 4cbdd6c004
2 changed files with 6 additions and 4 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

+6 -4
View File
@@ -112,8 +112,9 @@ static StateMachine run_setup_sm = {
******************************************************************************/
// clang-format off
static const Rect RUN_SETUP_RESUME_TAB_DISABLED_SRC = {19, 22, 23, 23};
static const BG_POINT RUN_SETUP_RESUME_TAB_DISABLED_DEST_POS = {15, 1};
// Uncomment when tab row is re-added
//static const Rect RUN_SETUP_RESUME_TAB_DISABLED_SRC = {19, 22, 23, 23};
//static const BG_POINT RUN_SETUP_RESUME_TAB_DISABLED_DEST_POS = {15, 1};
static const BG_POINT RUN_SETUP_FRAME_BG_SE_FILL_SRC_POS = {9 , 31};
@@ -655,8 +656,9 @@ static void choose_deck_substate_init(void)
// TODO: add left/right navigation arrows once more decks have been implemented
// Set Tab to "New Run"
main_bg_se_copy_rect(RUN_SETUP_RESUME_TAB_DISABLED_SRC, RUN_SETUP_RESUME_TAB_DISABLED_DEST_POS);
tab_set_highlight(RUN_SETUP_TAB_NEW_RUN);
// Uncomment when tab row is re-added (clang-format made it ugly, sorry)
// main_bg_se_copy_rect(RUN_SETUP_RESUME_TAB_DISABLED_SRC,
// RUN_SETUP_RESUME_TAB_DISABLED_DEST_POS); tab_set_highlight(RUN_SETUP_TAB_NEW_RUN);
// Set button highlights
button_set_highlight(&change_deck_button, true);