summary refs log tree commit diff
path: root/pkgs/applications/audio/noisetorch/config.patch
blob: f6e258862db673ae7f06d02e032f70d46f6ea0df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/config.go b/config.go
index de16249..fb91ec0 100644
--- a/config.go
+++ b/config.go
@@ -20,7 +20,7 @@ const configFile = "config.toml"
 
 func initializeConfigIfNot() {
 	log.Println("Checking if config needs to be initialized")
-	conf := config{Threshold: 95, DisplayMonitorSources: false, EnableUpdates: true}
+	conf := config{Threshold: 95, DisplayMonitorSources: false, EnableUpdates: false}
 	configdir := configDir()
 	ok, err := exists(configdir)
 	if err != nil {