Skip to content

Commit

Permalink
fix for gnome 44.0 #74 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
pieska committed May 1, 2023
1 parent 8382375 commit 8dc682a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -347,8 +347,8 @@ function disable() {

function init(extensionMeta) {
extensionPath = extensionMeta.path;
let theme = imports.gi.Gtk.IconTheme.get_default();

let theme = imports.gi.St.IconTheme.new();
if(theme!=null) {
theme.append_search_path(extensionPath);
}
Expand Down
4 changes: 3 additions & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
"3.32",
"40.0",
"41.1",
"42.0"
"42.0",
"43.0",
"44.0"
],
"sw_bin": "connmgr.py",
"sw_config": ".connmgr",
Expand Down

0 comments on commit 8dc682a

Please sign in to comment.