Skip to content

Commit

Permalink
Fix for GNOME 46
Browse files Browse the repository at this point in the history
* Patch by pieska from sciancio#76
  • Loading branch information
Benjamin Kahn committed Jun 10, 2024
1 parent 1c0729f commit bc67a64
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 @@ -76,8 +76,8 @@ class ConnectionManager extends PanelMenu.Button {

this._bin = new St.Bin({child: this._icon});

this._box.add(this._bin);
this.add_actor(this._box);
this._box.actor.add_child(this._bin);
this.actor.add_child(this._box);
this.add_style_class_name('panel-status-button');

let CMPrefs = this.CM.metadata;
Expand Down
4 changes: 3 additions & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"name": "Connection Manager",
"original-authors": "Stefano Ciancio",
"shell-version": [
"45"
"45",
"46",
"46.1"
],
"sw_bin": "connmgr.py",
"sw_config": ".connmgr",
Expand Down

0 comments on commit bc67a64

Please sign in to comment.