= clarified mode with note in key
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
"Type","Key","Value"
|
"Type","Key","Value"
|
||||||
"Globals","mode","dev"
|
"Globals","mode (dev or release)","dev"
|
||||||
"Localized Commands","beans",""
|
"Localized Commands","beans",""
|
||||||
"Localized Commands","benchmark, bench",""
|
"Localized Commands","benchmark, bench",""
|
||||||
"Localized Commands","bet",""
|
"Localized Commands","bet",""
|
||||||
|
|||||||
|
@@ -15,7 +15,7 @@ public class ConfigGlobals implements IConfigSection
|
|||||||
|
|
||||||
|
|
||||||
// A pile of variables being manually tracked/serialized to the config file
|
// 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;
|
private KittyStartupMode startupStyleValue = KittyStartupMode.Dev;
|
||||||
|
|
||||||
// Constructor
|
// Constructor
|
||||||
|
|||||||
Reference in New Issue
Block a user