Skip to content

Commit

Permalink
Don't force control center page
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesg99 committed Mar 25, 2023
1 parent eec673e commit 9274982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appIcons.js
Original file line number Diff line number Diff line change
Expand Up @@ -1809,7 +1809,7 @@ var MyShowAppsIconMenu = class extends PopupMenu.PopupMenu {

this._appendItem({
title: _('Settings'),
cmd: ['gnome-control-center', 'wifi']
cmd: ['gnome-control-center']
});

this._appendList(
Expand Down

0 comments on commit 9274982

Please sign in to comment.