feat(settings/options/2048): rename old gba mode -> 2048

This commit is contained in:
2026-01-30 21:12:36 +01:00
parent 430bd77937
commit c627311953
9 changed files with 13 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
export type SettingsButton =
| "options"
| "optionsLanguage"
| "optionsGbaMode"
| "options2048"
| "optionsStartUp"
| "clock"
| "clockAlarm"