summarylogtreecommitdiffstats
path: root/config.patch
blob: bb465ebe0f92c9809fce999a5e56b5de2c817150 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- config.go	2020-07-19 08:32:50.427009676 -0400
+++ config.go.1	2020-07-19 08:33:36.834481459 -0400
@@ -20,7 +20,7 @@
 
 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 {