= clarified mode with note in key

This commit is contained in:
Matthew Cech
2019-11-02 19:31:39 -08:00
parent 74a5750824
commit 595b1e3958
2 changed files with 2 additions and 2 deletions
+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