= clarified mode with note in key

This commit is contained in:
Matthew Cech
2019-11-02 19:31:02 -08:00
parent 74a5750824
commit d6fd5ae436
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
"Type","Key","Value"
"Globals","mode","dev"
"Globals","mode (dev or release)","dev"
"Localized Commands","beans",""
"Localized Commands","benchmark, bench",""
"Localized Commands","bet",""
1 Type Key Value
2 Globals mode mode (dev or release) dev
3 Localized Commands beans
4 Localized Commands benchmark, bench
5 Localized Commands bet
+1 -1
View File
@@ -15,7 +15,7 @@ public class ConfigGlobals implements IConfigSection
// A pile of variables being manually tracked/serialized to the config file
private static final String startupStyleKey = "mode";
private static final String startupStyleKey = "mode (dev or release)";
private KittyStartupMode startupStyleValue = KittyStartupMode.Dev;
// Constructor