Skip to content

Commit 0102084

Browse files
committed
Gnome shell 46 support added ✨
1 parent 9c1759b commit 0102084

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ A PHP Laravel Valet status indicator and manager extension (GNOME Panel Applet)
88

99
|Extension Version|Gnome Shell Version|
1010
|:-:|:-:|
11-
|6|45|
11+
|8|46|
12+
|7|45|
1213
|5|44, 43, 42, 41, 40|
1314

1415
## Prerequisite

extension.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const PhpLaravelValet = GObject.registerClass(
2020
this._settings.connect('changed', () => this._refreshIndicator());
2121

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

2525
// initializing the menu with demo item
2626
this.menu.addMenuItem(new PopupMenu.PopupMenuItem(_('Loading...')));

metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"description": "A PHP Laravel Valet status indicator and manager.",
44
"uuid": "php-laravel-valet@rahulhaque",
55
"shell-version": [
6-
"45"
6+
"46"
77
],
8-
"version": 7,
8+
"version": 8,
99
"url": "https://github.com/rahulhaque/php-laravel-valet-gnome-shell-extension",
1010
"settings-schema": "org.gnome.shell.extensions.php-laravel-valet"
1111
}

0 commit comments

Comments
 (0)