From a846cb2a424fd17d43e3edf885cca7d79820fa9f Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Thu, 8 Feb 2018 21:41:31 +0100 Subject: [feat] use a config file to check when to produce the next notification --- bitmask/windows.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitmask/windows.go') diff --git a/bitmask/windows.go b/bitmask/windows.go index a574c96..36481f5 100644 --- a/bitmask/windows.go +++ b/bitmask/windows.go @@ -4,4 +4,4 @@ package bitmask import "os" -var configPath = os.Getenv("APPDATA") + "\\leap" +var ConfigPath = os.Getenv("APPDATA") + "\\leap" -- cgit v1.2.3