Initial badges work

Additional cleanup probably necessary, some more feature work still in progress (zip files)
This commit is contained in:
2024-05-30 15:45:03 -04:00
parent 8c42a23eeb
commit 4d9cde01c4
11 changed files with 681 additions and 2 deletions

View File

@@ -57,6 +57,7 @@ typedef enum InstallType_e {
INSTALL_DUMPING_THEME,
INSTALL_DUMPING_ALL_THEMES,
INSTALL_BADGES,
INSTALL_NONE,
} InstallType;
@@ -86,6 +87,7 @@ typedef enum {
TEXT_INSTALL_DUMPING_THEME,
TEXT_INSTALL_DUMPING_ALL_THEMES,
TEXT_INSTALL_BADGES,
// Other text
TEXT_VERSION,