Skip to content

Commit

Permalink
bump to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nwg-piotr committed May 13, 2023
1 parent 5128931 commit 260872b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
"github.com/gotk3/gotk3/gtk"
)

const version = "0.1.1"
const version = "0.1.2"

type WindowState int

Expand Down
2 changes: 1 addition & 1 deletion tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ func getIcon(appName string) (string, error) {
p = strings.ToLower(path)
}
}
/* Some apps' app_id varies from their .desktop file name, e.g. 'gimp-2.9.9' or 'pamac-manager'.
/* Some apps' class varies from their .desktop file name, e.g. 'gimp-2.9.9' or 'pamac-manager'.
Let's try to find a matching .desktop file name */
if !strings.HasPrefix(appName, "/") && p == "" { // skip icon paths given instead of names
p = searchDesktopDirs(appName)
Expand Down

0 comments on commit 260872b

Please sign in to comment.