Skip to content

Commit c88f028

Browse files
committed
Show Settings above Control Panel by default
(Modern) Settings are more and more important in Windows 10, so it makes sense to show them above Control Panel. This changes only defaults, users will be still able to order start menu items as they like. Fixes #23.
1 parent 312bfd9 commit c88f028

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Src/StartMenu/StartMenuDLL/SettingsUI.cpp

+4-4
Original file line numberDiff line numberDiff line change
@@ -1057,7 +1057,7 @@ L"RecentDocumentsItem.Label=$Menu.Documents\n"
10571057
L"RecentDocumentsItem.Icon=shell32.dll,327\n"
10581058
L"RecentDocumentsItem.Settings=ITEMS_FIRST\n"
10591059
L"SettingsMenu.Command=settings\n"
1060-
L"SettingsMenu.Items=ControlPanelItem, PCSettingsItem, SEPARATOR, SecurityItem, NetworkItem, PrintersItem, TaskbarSettingsItem, ProgramsFeaturesItem, SEPARATOR, MenuSettingsItem\n"
1060+
L"SettingsMenu.Items=PCSettingsItem, ControlPanelItem, SEPARATOR, SecurityItem, NetworkItem, PrintersItem, TaskbarSettingsItem, ProgramsFeaturesItem, SEPARATOR, MenuSettingsItem\n"
10611061
L"SettingsMenu.Label=$Menu.Settings\n"
10621062
L"SettingsMenu.Icon=shell32.dll,330\n"
10631063
L"SearchMenu.Command=search\n"
@@ -1183,7 +1183,7 @@ L"ShutdownItem.Icon=none\n"
11831183
;
11841184

11851185
const wchar_t *g_DefaultStartMenu2=
1186-
L"Items=COLUMN_PADDING, ProgramsMenu, AppsMenu, SearchBoxItem, COLUMN_BREAK, FavoritesItem, UserFilesItem, UserDocumentsItem, UserPicturesItem, ComputerItem, RecentDocumentsItem, SEPARATOR, ControlPanelItem, PCSettingsItem, SecurityItem, NetworkItem, PrintersItem, SEPARATOR, SearchMenu, HelpItem, RunItem, COLUMN_PADDING, SEPARATOR, ShutdownBoxItem\n"
1186+
L"Items=COLUMN_PADDING, ProgramsMenu, AppsMenu, SearchBoxItem, COLUMN_BREAK, FavoritesItem, UserFilesItem, UserDocumentsItem, UserPicturesItem, ComputerItem, RecentDocumentsItem, SEPARATOR, PCSettingsItem, ControlPanelItem, SecurityItem, NetworkItem, PrintersItem, SEPARATOR, SearchMenu, HelpItem, RunItem, COLUMN_PADDING, SEPARATOR, ShutdownBoxItem\n"
11871187
L"ProgramsMenu.Command=programs\n"
11881188
L"ProgramsMenu.Label=$Menu.Programs\n"
11891189
L"ProgramsMenu.Icon=shell32.dll,326\n"
@@ -1379,9 +1379,9 @@ L"Item13.Settings=ITEM_DISABLED\n"
13791379
L"Item14.Command=network_connections\n"
13801380
L"Item14.Settings=ITEM_DISABLED\n"
13811381
L"Item15.Command=separator\n"
1382-
L"Item16.Command=control_panel\n"
1382+
L"Item16.Command=pc_settings\n"
13831383
L"Item16.Settings=TRACK_RECENT\n"
1384-
L"Item17.Command=pc_settings\n"
1384+
L"Item17.Command=control_panel\n"
13851385
L"Item17.Settings=TRACK_RECENT\n"
13861386
L"Item18.Command=admin\n"
13871387
L"Item18.Settings=TRACK_RECENT|ITEM_DISABLED\n"

0 commit comments

Comments
 (0)