diff --git a/README.md b/README.md index 8cef23e..e3776d1 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/extension.js b/extension.js index 7ac6417..b4bc5f1 100644 --- a/extension.js +++ b/extension.js @@ -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...'))); diff --git a/metadata.json b/metadata.json index 1fa4014..5488036 100644 --- a/metadata.json +++ b/metadata.json @@ -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" }