We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d55850 commit 128e478Copy full SHA for 128e478
extension.js
@@ -68,7 +68,7 @@ const PhpLaravelValet = GObject.registerClass(
68
this.menu.addMenuItem(phpSubMenu);
69
70
// valet start/restart menu
71
- const valetRestart = new PopupMenu.PopupMenuItem('Valet start');
+ const valetRestart = new PopupMenu.PopupMenuItem('Valet start/restart');
72
valetRestart.connect('activate', () => Utils.valetRestart());
73
this.menu.addMenuItem(valetRestart);
74
metadata.json
@@ -7,6 +7,6 @@
7
"41",
8
"42"
9
],
10
- "version": 3,
+ "version": 4,
11
"url": "https://github.com/rahulhaque/php-laravel-valet-gnome-shell-extension"
12
}
0 commit comments