File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ A PHP Laravel Valet status indicator and manager extension (GNOME Panel Applet)
8
8
9
9
| Extension Version| Gnome Shell Version|
10
10
| :-:| :-:|
11
- | 6| 45|
11
+ | 8| 46|
12
+ | 7| 45|
12
13
| 5| 44, 43, 42, 41, 40|
13
14
14
15
## Prerequisite
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ const PhpLaravelValet = GObject.registerClass(
20
20
this . _settings . connect ( 'changed' , ( ) => this . _refreshIndicator ( ) ) ;
21
21
22
22
this . _indicatorText = new St . Label ( { text : _ ( 'Loading...' ) , y_align : Clutter . ActorAlign . CENTER } ) ;
23
- this . add_actor ( this . _indicatorText ) ;
23
+ this . add_child ( this . _indicatorText ) ;
24
24
25
25
// initializing the menu with demo item
26
26
this . menu . addMenuItem ( new PopupMenu . PopupMenuItem ( _ ( 'Loading...' ) ) ) ;
Original file line number Diff line number Diff line change 3
3
"description" : " A PHP Laravel Valet status indicator and manager." ,
4
4
"uuid" : " php-laravel-valet@rahulhaque" ,
5
5
"shell-version" : [
6
- " 45 "
6
+ " 46 "
7
7
],
8
- "version" : 7 ,
8
+ "version" : 8 ,
9
9
"url" : " https://github.com/rahulhaque/php-laravel-valet-gnome-shell-extension" ,
10
10
"settings-schema" : " org.gnome.shell.extensions.php-laravel-valet"
11
11
}
You can’t perform that action at this time.
0 commit comments