Skip to content

Commit

Permalink
add support for gnome 46
Browse files Browse the repository at this point in the history
  • Loading branch information
jonian committed Mar 14, 2024
1 parent 993058f commit 88d437f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class HotelManagerButton extends PanelMenu.Button {
const style_class = 'system-status-icon'

this.icon = new St.Icon({ icon_name, style_class })
this.add_actor(this.icon)
this.add_child(this.icon)

this.menu.connect('open-state-changed', () => {
this._refresh()
Expand Down
2 changes: 1 addition & 1 deletion src/metadata.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"shell-version": ["45"],
"shell-version": ["45", "46"],
"uuid": "[email protected]",
"url": "https:/hardpixel/hotel-manager",
"name": "Hotel Manager",
Expand Down

0 comments on commit 88d437f

Please sign in to comment.