fix GTK warnings on pinned cache not found #6

This commit is contained in:
piotr
2021-07-12 23:23:52 +02:00
parent 27718a9f1b
commit eb358b24cd
2 changed files with 8 additions and 6 deletions

View File

@@ -172,6 +172,7 @@ func main() {
if err != nil {
pinned = nil
}
println(fmt.Sprintf("Found %v pinned items", len(pinned)))
cssFile := filepath.Join(configDirectory, *cssFileName)