diff --git a/src/systray/systray_windows.go b/src/systray/systray_windows.go index cf9f23b..1f3204b 100644 --- a/src/systray/systray_windows.go +++ b/src/systray/systray_windows.go @@ -6,6 +6,7 @@ import ( "crypto/md5" "encoding/hex" "io/ioutil" + "log" "os" "path/filepath" "sort"