Add Exclude to the config as well.

This commit is contained in:
2021-02-09 22:07:40 +10:30
parent 2d1ac3c803
commit 23c0aa2a34
5 changed files with 79 additions and 11 deletions

View File

@@ -34,7 +34,7 @@ func LoadOrInit() {
Config.Watch = 10
SaveConfig()
} else {
LoadConfig()
LoadConfig()
}
}