Add a game counter to total games

This commit is contained in:
kramo
2023-07-08 00:47:24 +02:00
parent 22200be167
commit 6db3557cff
4 changed files with 40 additions and 11 deletions

View File

@@ -28,6 +28,8 @@ class AppState(IntEnum):
DEFAULT = auto()
LOAD_FROM_DISK = auto()
IMPORT = auto()
REMOVE_ALL_GAMES = auto()
UNDO_REMOVE_ALL_GAMES = auto()
APP_ID = "@APP_ID@"