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)
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
Original file line number Diff line number Diff 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...' ) ) ) ;
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments