blob: d45cb266df2565fa6c923c32d7e228f8415c22e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- config.go 2020-07-17 23:22:10.606079489 -0400
+++ config.go.1 2020-07-17 23:29:28.220527692 -0400
@@ -21,7 +21,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 := filepath.Join(os.Getenv("HOME"), configDir)
ok, err := exists(configdir)
if err != nil {
|