Skip to content

Commit

Permalink
quick and dirty fix for gnome 44.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pieska committed Apr 20, 2023
1 parent 8382375 commit d884b49
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -348,9 +348,11 @@ function disable() {
function init(extensionMeta) {
extensionPath = extensionMeta.path;

/*
let theme = imports.gi.Gtk.IconTheme.get_default();
if(theme!=null) {
theme.append_search_path(extensionPath);
}
*/
}

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 d884b49

Please sign in to comment.