feat: add internal storage scale option to preferences window

This commit is contained in:
Brendan Hagan
2022-07-04 00:52:53 -04:00
parent 5c983275af
commit 616fe1aad7
6 changed files with 91 additions and 13 deletions
+4 -1
View File
@@ -192,7 +192,10 @@ public:
// --------------------------------------------------- : Special game stuff
String apprentice_location;
// --------------------------------------------------- : Internal settings
double internal_scale;
// --------------------------------------------------- : Update checking
#if USE_OLD_STYLE_UPDATE_CHECKER
String updates_url;