Skip to content

Commit

Permalink
Merge pull request #158 from michel-slm/WIP-gnome-46
Browse files Browse the repository at this point in the history
Add support for GNOME 46
  • Loading branch information
mwilck authored Apr 3, 2024
2 parents adfaa31 + bb59118 commit ce230ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [email protected]/button.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class ArgosButton extends PanelMenu.Button {

this._lineView = new ArgosLineView();
this._lineView.setMarkup("<small><i>" + GLib.markup_escape_text(file.get_basename(), -1) + " ...</i></small>");
Utilities.getActor(this).add_actor(this._lineView);
Utilities.getActor(this).add_child(this._lineView);

this._isDestroyed = false;

Expand Down
3 changes: 2 additions & 1 deletion [email protected]/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "Create GNOME Shell extensions in seconds",
"url": "https://github.com/p-e-w/argos",
"shell-version": [
"45"
"45",
"46"
]
}

0 comments on commit ce230ed

Please sign in to comment.