Skip to content

Commit

Permalink
Gnome shell 46 support added ✨
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulhaque committed Jun 6, 2024
1 parent 9c1759b commit 0102084
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ A PHP Laravel Valet status indicator and manager extension (GNOME Panel Applet)

|Extension Version|Gnome Shell Version|
|:-:|:-:|
|6|45|
|8|46|
|7|45|
|5|44, 43, 42, 41, 40|

## Prerequisite
Expand Down
2 changes: 1 addition & 1 deletion extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const PhpLaravelValet = GObject.registerClass(
this._settings.connect('changed', () => this._refreshIndicator());

this._indicatorText = new St.Label({ text: _('Loading...'), y_align: Clutter.ActorAlign.CENTER });
this.add_actor(this._indicatorText);
this.add_child(this._indicatorText);

// initializing the menu with demo item
this.menu.addMenuItem(new PopupMenu.PopupMenuItem(_('Loading...')));
Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"description": "A PHP Laravel Valet status indicator and manager.",
"uuid": "php-laravel-valet@rahulhaque",
"shell-version": [
"45"
"46"
],
"version": 7,
"version": 8,
"url": "https://github.com/rahulhaque/php-laravel-valet-gnome-shell-extension",
"settings-schema": "org.gnome.shell.extensions.php-laravel-valet"
}

0 comments on commit 0102084

Please sign in to comment.