1
0
mirror of https://github.com/mrusme/neonmodem.git synced 2024-06-16 06:25:23 +00:00

Disabled Debug by default

This commit is contained in:
マリウス 2023-01-05 22:14:25 -05:00
parent 53490a6ba5
commit af5bfeeb06
No known key found for this signature in database
GPG Key ID: 272ED814BF63261F

View File

@ -179,7 +179,7 @@ func (cfg *Config) Save() error {
}
func SetDefaults(cacheDir string) {
viper.SetDefault("Debug", "true")
viper.SetDefault("Debug", "false")
viper.SetDefault("Log", path.Join(cacheDir, "gobbs.log"))
// --- DialogBox ---