Skip to content

Commit c2be469

Browse files
committed
panel.js: Fix launch args for 'Panel settings' menu entry.
ref: 769a754
1 parent bdbbd33 commit c2be469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/ui/panel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1711,7 +1711,7 @@ PanelContextMenu.prototype = {
17111711
this.actor.hide();
17121712
this.panelId = panelId;
17131713

1714-
let moreSettingsMenuItem = new SettingsLauncher(_("Panel settings"), "panel " + panelId, "emblem-system");
1714+
let moreSettingsMenuItem = new SettingsLauncher(_("Panel settings"), "panel --panel " + panelId, "emblem-system");
17151715
this.addMenuItem(moreSettingsMenuItem);
17161716

17171717
let applet_settings_item = new SettingsLauncher(_("Applets"), "applets --panel " + panelId, "application-x-addon");

0 commit comments

Comments
 (0)