Add Glyph Support for some settings

This commit is contained in:
Hongtao Zhang 2022-06-11 14:21:41 -05:00
parent 123cad8450
commit a47ce1c591
No known key found for this signature in database
GPG key ID: 75F655B91C7AC9BB
3 changed files with 91 additions and 90 deletions

View file

@ -57,7 +57,7 @@ namespace Flow.Launcher.Plugin.WindowsSettings.Classes
/// <summary> /// <summary>
/// Gets or sets the Glyph of this setting /// Gets or sets the Glyph of this setting
/// </summary> /// </summary>
public string? glyph { get; set; } public GlyphInfo? IconGlyph { get; set; }
/// <summary> /// <summary>
/// Gets or sets a additional note of this settings. /// Gets or sets a additional note of this settings.

View file

@ -116,8 +116,9 @@ namespace Flow.Launcher.Plugin.WindowsSettings.Helper
{ {
Action = _ => DoOpenSettingsAction(entry), Action = _ => DoOpenSettingsAction(entry),
IcoPath = type == "AppSettingsApp" ? windowsSettingIconPath : controlPanelIconPath, IcoPath = type == "AppSettingsApp" ? windowsSettingIconPath : controlPanelIconPath,
Glyph = entry.IconGlyph,
SubTitle = GetSubtitle(entry.Area, type), SubTitle = GetSubtitle(entry.Area, type),
Title = entry.Name + entry.glyph, Title = entry.Name,
ContextData = entry, ContextData = entry,
Score = score - (type == "TaskLink" ? TaskLinkScorePanelty : 0), Score = score - (type == "TaskLink" ? TaskLinkScorePanelty : 0),
}; };

View file

@ -9,7 +9,7 @@
"Command": "ms-settings:workplace", "Command": "ms-settings:workplace",
"IconGlyph": { "IconGlyph": {
"Glyph": "\ue821", "Glyph": "\ue821",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -43,7 +43,7 @@
"Command": "ms-settings:signinoptions", "Command": "ms-settings:signinoptions",
"IconGlyph": { "IconGlyph": {
"Glyph": "\ue8d7", "Glyph": "\ue8d7",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -59,7 +59,7 @@
"Command": "ms-settings:sync", "Command": "ms-settings:sync",
"IconGlyph": { "IconGlyph": {
"Glyph": "\ue895", "Glyph": "\ue895",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -81,7 +81,7 @@
"Command": "ms-settings:yourinfo", "Command": "ms-settings:yourinfo",
"IconGlyph": { "IconGlyph": {
"Glyph": "\ue779", "Glyph": "\ue779",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -91,7 +91,7 @@
"Command": "ms-settings:appsfeatures", "Command": "ms-settings:appsfeatures",
"IconGlyph": { "IconGlyph": {
"Glyph": "\ue71d", "Glyph": "\ue71d",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -107,7 +107,7 @@
"Command": "ms-settings:appsforwebsites", "Command": "ms-settings:appsforwebsites",
"IconGlyph": { "IconGlyph": {
"Glyph": "\ue78b", "Glyph": "\ue78b",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -117,7 +117,7 @@
"Command": "ms-settings:defaultapps", "Command": "ms-settings:defaultapps",
"IconGlyph": { "IconGlyph": {
"Glyph": "\ue7ac", "Glyph": "\ue7ac",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -127,7 +127,7 @@
"Command": "ms-settings:optionalfeatures", "Command": "ms-settings:optionalfeatures",
"IconGlyph": { "IconGlyph": {
"Glyph": "\ue71d", "Glyph": "\ue71d",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -137,7 +137,7 @@
"Command": "ms-settings:maps", "Command": "ms-settings:maps",
"IconGlyph": { "IconGlyph": {
"Glyph": "\ue826", "Glyph": "\ue826",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -153,7 +153,7 @@
"Command": "ms-settings:startupapps", "Command": "ms-settings:startupapps",
"IconGlyph": { "IconGlyph": {
"Glyph": "\ue7b5", "Glyph": "\ue7b5",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -163,7 +163,7 @@
"Command": "ms-settings:videoplayback", "Command": "ms-settings:videoplayback",
"IconGlyph": { "IconGlyph": {
"Glyph": "\ue714", "Glyph": "\ue714",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -185,7 +185,7 @@
"Command": "ms-settings:cortana-permissions", "Command": "ms-settings:cortana-permissions",
"IconGlyph": { "IconGlyph": {
"Glyph": "\ue7ef", "Glyph": "\ue7ef",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -195,7 +195,7 @@
"Command": "ms-settings:cortana-windowssearch", "Command": "ms-settings:cortana-windowssearch",
"IconGlyph": { "IconGlyph": {
"Glyph": "\ue713", "Glyph": "\ue713",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -226,7 +226,7 @@
"Command": "ms-settings:autoplay", "Command": "ms-settings:autoplay",
"IconGlyph": { "IconGlyph": {
"Glyph": "\uec57", "Glyph": "\uec57",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -236,7 +236,7 @@
"Command": "ms-settings:bluetooth", "Command": "ms-settings:bluetooth",
"IconGlyph": { "IconGlyph": {
"Glyph": "\ue772", "Glyph": "\ue772",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -267,7 +267,7 @@
"Command": "ms-settings:pen", "Command": "ms-settings:pen",
"IconGlyph": { "IconGlyph": {
"Glyph": "\uedc6", "Glyph": "\uedc6",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -277,7 +277,7 @@
"Command": "ms-settings:printers", "Command": "ms-settings:printers",
"IconGlyph": { "IconGlyph": {
"Glyph": "\ue749", "Glyph": "\ue749",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -294,7 +294,7 @@
"Command": "ms-settings:typing", "Command": "ms-settings:typing",
"IconGlyph": { "IconGlyph": {
"Glyph": "\ue765", "Glyph": "\ue765",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -304,7 +304,7 @@
"Command": "ms-settings:usb", "Command": "ms-settings:usb",
"IconGlyph": { "IconGlyph": {
"Glyph": "\ue88e", "Glyph": "\ue88e",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -341,7 +341,7 @@
"Command": "ms-settings:easeofaccess-closedcaptioning", "Command": "ms-settings:easeofaccess-closedcaptioning",
"IconGlyph": { "IconGlyph": {
"Glyph": "\ue7f0", "Glyph": "\ue7f0",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -389,7 +389,7 @@
"Command": "ms-settings:easeofaccess-eyecontrol", "Command": "ms-settings:easeofaccess-eyecontrol",
"IconGlyph": { "IconGlyph": {
"Glyph": "\uf19d", "Glyph": "\uf19d",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -401,7 +401,7 @@
"Command": "ms-settings:fonts", "Command": "ms-settings:fonts",
"IconGlyph": { "IconGlyph": {
"Glyph": "\ue8d2", "Glyph": "\ue8d2",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -411,7 +411,7 @@
"Command": "ms-settings:easeofaccess-highcontrast", "Command": "ms-settings:easeofaccess-highcontrast",
"IconGlyph": { "IconGlyph": {
"Glyph": "\ue706", "Glyph": "\ue706",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -430,7 +430,7 @@
"Command": "ms-settings:easeofaccess-keyboard", "Command": "ms-settings:easeofaccess-keyboard",
"IconGlyph": { "IconGlyph": {
"Glyph": "\ued4d", "Glyph": "\ued4d",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -443,7 +443,7 @@
"Command": "ms-settings:easeofaccess-magnifier", "Command": "ms-settings:easeofaccess-magnifier",
"IconGlyph": { "IconGlyph": {
"Glyph": "\uf19d", "Glyph": "\uf19d",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -500,7 +500,7 @@
"Command": "ms-settings:gaming-gamebar", "Command": "ms-settings:gaming-gamebar",
"IconGlyph": { "IconGlyph": {
"Glyph": "\ue713", "Glyph": "\ue713",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -510,7 +510,7 @@
"Command": "ms-settings:gaming-gamedvr", "Command": "ms-settings:gaming-gamedvr",
"IconGlyph": { "IconGlyph": {
"Glyph": "\ue713", "Glyph": "\ue713",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -520,7 +520,7 @@
"Command": "ms-settings:gaming-gamemode", "Command": "ms-settings:gaming-gamemode",
"IconGlyph": { "IconGlyph": {
"Glyph": "\uec4a", "Glyph": "\uec4a",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -547,7 +547,7 @@
"Command": "ms-settings:gaming-xboxnetworking", "Command": "ms-settings:gaming-xboxnetworking",
"IconGlyph": { "IconGlyph": {
"Glyph": "\ue713", "Glyph": "\ue713",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -621,7 +621,7 @@
"Command": "ms-settings:datausage", "Command": "ms-settings:datausage",
"IconGlyph": { "IconGlyph": {
"Glyph": "\uec27", "Glyph": "\uec27",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -631,7 +631,7 @@
"Command": "ms-settings:network-dialup", "Command": "ms-settings:network-dialup",
"IconGlyph": { "IconGlyph": {
"Glyph": "\ue83c", "Glyph": "\ue83c",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -656,7 +656,7 @@
"Command": "ms-settings:network-ethernet", "Command": "ms-settings:network-ethernet",
"IconGlyph": { "IconGlyph": {
"Glyph": "\ue839", "Glyph": "\ue839",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -692,7 +692,7 @@
"Command": "ms-settings:network-proxy", "Command": "ms-settings:network-proxy",
"IconGlyph": { "IconGlyph": {
"Glyph": "\ue774", "Glyph": "\ue774",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -702,7 +702,7 @@
"Command": "ms-settings:network-status", "Command": "ms-settings:network-status",
"IconGlyph": { "IconGlyph": {
"Glyph": "\uec27", "Glyph": "\uec27",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -726,7 +726,7 @@
"Command": "ms-settings:network-vpn", "Command": "ms-settings:network-vpn",
"IconGlyph": { "IconGlyph": {
"Glyph": "\ue705", "Glyph": "\ue705",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -763,7 +763,7 @@
"Command": "ms-settings:personalization-background", "Command": "ms-settings:personalization-background",
"IconGlyph": { "IconGlyph": {
"Glyph": "\ueb9f", "Glyph": "\ueb9f",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -776,7 +776,7 @@
"Command": "ms-settings:personalization-start-places", "Command": "ms-settings:personalization-start-places",
"IconGlyph": { "IconGlyph": {
"Glyph": "\ueca5", "Glyph": "\ueca5",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -795,7 +795,7 @@
"Command": "ms-settings:colors", "Command": "ms-settings:colors",
"IconGlyph": { "IconGlyph": {
"Glyph": "\ue790", "Glyph": "\ue790",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -843,7 +843,7 @@
"Command": "ms-settings:taskbar", "Command": "ms-settings:taskbar",
"IconGlyph": { "IconGlyph": {
"Glyph": "\ue90e", "Glyph": "\ue90e",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -853,7 +853,7 @@
"Command": "ms-settings:themes", "Command": "ms-settings:themes",
"IconGlyph": { "IconGlyph": {
"Glyph": "\ue771", "Glyph": "\ue771",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -885,7 +885,7 @@
"Command": "ms-settings:privacy-accountinfo", "Command": "ms-settings:privacy-accountinfo",
"IconGlyph": { "IconGlyph": {
"Glyph": "\ue779", "Glyph": "\ue779",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -895,7 +895,7 @@
"Command": "ms-settings:privacy-activityhistory", "Command": "ms-settings:privacy-activityhistory",
"IconGlyph": { "IconGlyph": {
"Glyph": "\ue7c4", "Glyph": "\ue7c4",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -907,7 +907,7 @@
"Command": "ms-settings:privacy-advertisingid", "Command": "ms-settings:privacy-advertisingid",
"IconGlyph": { "IconGlyph": {
"Glyph": "\ue72e", "Glyph": "\ue72e",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -917,7 +917,7 @@
"Command": "ms-settings:privacy-appdiagnostics", "Command": "ms-settings:privacy-appdiagnostics",
"IconGlyph": { "IconGlyph": {
"Glyph": "\ue9d2", "Glyph": "\ue9d2",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -927,7 +927,7 @@
"Command": "ms-settings:privacy-automaticfiledownloads", "Command": "ms-settings:privacy-automaticfiledownloads",
"IconGlyph": { "IconGlyph": {
"Glyph": "\ue753", "Glyph": "\ue753",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -937,7 +937,7 @@
"Command": "ms-settings:privacy-backgroundapps", "Command": "ms-settings:privacy-backgroundapps",
"IconGlyph": { "IconGlyph": {
"Glyph": "\ue9d9", "Glyph": "\ue9d9",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -953,7 +953,7 @@
"Command": "ms-settings:privacy-callhistory", "Command": "ms-settings:privacy-callhistory",
"IconGlyph": { "IconGlyph": {
"Glyph": "\uf738", "Glyph": "\uf738",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -963,7 +963,7 @@
"Command": "ms-settings:privacy-webcam", "Command": "ms-settings:privacy-webcam",
"IconGlyph": { "IconGlyph": {
"Glyph": "\uf439", "Glyph": "\uf439",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -973,7 +973,7 @@
"Command": "ms-settings:privacy-contacts", "Command": "ms-settings:privacy-contacts",
"IconGlyph": { "IconGlyph": {
"Glyph": "\ue716", "Glyph": "\ue716",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -983,7 +983,7 @@
"Command": "ms-settings:privacy-documents", "Command": "ms-settings:privacy-documents",
"IconGlyph": { "IconGlyph": {
"Glyph": "\ue7c3", "Glyph": "\ue7c3",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -1012,7 +1012,7 @@
"Command": "ms-settings:privacy-broadfilesystemaccess", "Command": "ms-settings:privacy-broadfilesystemaccess",
"IconGlyph": { "IconGlyph": {
"Glyph": "\ue7c3", "Glyph": "\ue7c3",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -1022,7 +1022,7 @@
"Command": "ms-settings:privacy or privacy-general", "Command": "ms-settings:privacy or privacy-general",
"IconGlyph": { "IconGlyph": {
"Glyph": "\uec20", "Glyph": "\uec20",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -1035,7 +1035,7 @@
"Command": "ms-settings:privacy-speechtyping", "Command": "ms-settings:privacy-speechtyping",
"IconGlyph": { "IconGlyph": {
"Glyph": "\ueadf", "Glyph": "\ueadf",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -1045,7 +1045,7 @@
"Command": "ms-settings:privacy-location", "Command": "ms-settings:privacy-location",
"IconGlyph": { "IconGlyph": {
"Glyph": "\ue707", "Glyph": "\ue707",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -1055,7 +1055,7 @@
"Command": "ms-settings:privacy-messaging", "Command": "ms-settings:privacy-messaging",
"IconGlyph": { "IconGlyph": {
"Glyph": "\uebdb", "Glyph": "\uebdb",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -1065,7 +1065,7 @@
"Command": "ms-settings:privacy-microphone", "Command": "ms-settings:privacy-microphone",
"IconGlyph": { "IconGlyph": {
"Glyph": "\ue720", "Glyph": "\ue720",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -1090,7 +1090,7 @@
"Command": "ms-settings:privacy-customdevices", "Command": "ms-settings:privacy-customdevices",
"IconGlyph": { "IconGlyph": {
"Glyph": "\ue772", "Glyph": "\ue772",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -1100,7 +1100,7 @@
"Command": "ms-settings:privacy-phonecalls", "Command": "ms-settings:privacy-phonecalls",
"IconGlyph": { "IconGlyph": {
"Glyph": "\ue77e", "Glyph": "\ue77e",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -1116,7 +1116,7 @@
"Command": "ms-settings:privacy-radios", "Command": "ms-settings:privacy-radios",
"IconGlyph": { "IconGlyph": {
"Glyph": "\uec05", "Glyph": "\uec05",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -1138,7 +1138,7 @@
"Command": "ms-settings:privacy-videos", "Command": "ms-settings:privacy-videos",
"IconGlyph": { "IconGlyph": {
"Glyph": "\ue8b2", "Glyph": "\ue8b2",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -1148,7 +1148,7 @@
"Command": "ms-settings:privacy-voiceactivation", "Command": "ms-settings:privacy-voiceactivation",
"IconGlyph": { "IconGlyph": {
"Glyph": "\uf12e", "Glyph": "\uf12e",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -1185,7 +1185,7 @@
"Command": "ms-settings:surfacehub-welcome", "Command": "ms-settings:surfacehub-welcome",
"IconGlyph": { "IconGlyph": {
"Glyph": "\uee3f", "Glyph": "\uee3f",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -1203,7 +1203,7 @@
"Command": "ms-settings:about", "Command": "ms-settings:about",
"IconGlyph": { "IconGlyph": {
"Glyph": "\ue946", "Glyph": "\ue946",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -1214,7 +1214,7 @@
"Command": "ms-settings:display-advanced", "Command": "ms-settings:display-advanced",
"IconGlyph": { "IconGlyph": {
"Glyph": "\ue7f4", "Glyph": "\ue7f4",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -1256,7 +1256,7 @@
"Command": "ms-settings:clipboard", "Command": "ms-settings:clipboard",
"IconGlyph": { "IconGlyph": {
"Glyph": "\ue77f", "Glyph": "\ue77f",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -1278,7 +1278,7 @@
"Command": "ms-settings:savelocations", "Command": "ms-settings:savelocations",
"IconGlyph": { "IconGlyph": {
"Glyph": "\ueda2", "Glyph": "\ueda2",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -1288,7 +1288,7 @@
"Command": "ms-settings:screenrotation", "Command": "ms-settings:screenrotation",
"IconGlyph": { "IconGlyph": {
"Glyph": "\ue7f4", "Glyph": "\ue7f4",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -1344,7 +1344,7 @@
"Command": "ms-settings:messaging", "Command": "ms-settings:messaging",
"IconGlyph": { "IconGlyph": {
"Glyph": "\uebdb", "Glyph": "\uebdb",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -1360,7 +1360,7 @@
"Command": "ms-settings:multitasking", "Command": "ms-settings:multitasking",
"IconGlyph": { "IconGlyph": {
"Glyph": "\ue7c4", "Glyph": "\ue7c4",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -1382,7 +1382,7 @@
"Command": "ms-settings:project", "Command": "ms-settings:project",
"IconGlyph": { "IconGlyph": {
"Glyph": "\uebc6", "Glyph": "\uebc6",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -1395,7 +1395,7 @@
"Command": "ms-settings:crossdevice", "Command": "ms-settings:crossdevice",
"IconGlyph": { "IconGlyph": {
"Glyph": "\uf22c", "Glyph": "\uf22c",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -1405,7 +1405,7 @@
"Command": "ms-settings:tabletmode", "Command": "ms-settings:tabletmode",
"IconGlyph": { "IconGlyph": {
"Glyph": "\uebfc", "Glyph": "\uebfc",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -1435,7 +1435,7 @@
"Command": "ms-settings:powersleep", "Command": "ms-settings:powersleep",
"IconGlyph": { "IconGlyph": {
"Glyph": "\uf83d", "Glyph": "\uf83d",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -1445,7 +1445,7 @@
"Command": "ms-settings:sound", "Command": "ms-settings:sound",
"IconGlyph": { "IconGlyph": {
"Glyph": "\ue995", "Glyph": "\ue995",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -1455,7 +1455,7 @@
"Command": "ms-settings:storagesense", "Command": "ms-settings:storagesense",
"IconGlyph": { "IconGlyph": {
"Glyph": "\ueda2", "Glyph": "\ueda2",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -1471,7 +1471,7 @@
"Command": "ms-settings:dateandtime", "Command": "ms-settings:dateandtime",
"IconGlyph": { "IconGlyph": {
"Glyph": "\uec92", "Glyph": "\uec92",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -1494,7 +1494,7 @@
"Command": "ms-settings:regionformatting", "Command": "ms-settings:regionformatting",
"IconGlyph": { "IconGlyph": {
"Glyph": "\uf49a", "Glyph": "\uf49a",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -1504,7 +1504,7 @@
"Command": "ms-settings:keyboard", "Command": "ms-settings:keyboard",
"IconGlyph": { "IconGlyph": {
"Glyph": "\ued4d", "Glyph": "\ued4d",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -1585,7 +1585,7 @@
"Command": "ms-settings:activation", "Command": "ms-settings:activation",
"IconGlyph": { "IconGlyph": {
"Glyph": "\ue930", "Glyph": "\ue930",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -1601,7 +1601,7 @@
"Command": "ms-settings:delivery-optimization", "Command": "ms-settings:delivery-optimization",
"IconGlyph": { "IconGlyph": {
"Glyph": "\uf785", "Glyph": "\uf785",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -1611,7 +1611,7 @@
"Command": "ms-settings:findmydevice", "Command": "ms-settings:findmydevice",
"IconGlyph": { "IconGlyph": {
"Glyph": "\ue707", "Glyph": "\ue707",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -1633,7 +1633,7 @@
"Command": "ms-settings:troubleshoot", "Command": "ms-settings:troubleshoot",
"IconGlyph": { "IconGlyph": {
"Glyph": "\ue90f", "Glyph": "\ue90f",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -1665,7 +1665,7 @@
"Command": "ms-settings:windowsupdate", "Command": "ms-settings:windowsupdate",
"IconGlyph": { "IconGlyph": {
"Glyph": "\ue895", "Glyph": "\ue895",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -1715,7 +1715,7 @@
"Command": "ms-settings:provisioning", "Command": "ms-settings:provisioning",
"IconGlyph": { "IconGlyph": {
"Glyph": "\ue821", "Glyph": "\ue821",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -1768,7 +1768,7 @@
"Command": "control /name Microsoft.AutoPlay", "Command": "control /name Microsoft.AutoPlay",
"IconGlyph": { "IconGlyph": {
"Glyph": "\uec57", "Glyph": "\uec57",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -1829,7 +1829,7 @@
"Command": "control /name Microsoft.DateAndTime", "Command": "control /name Microsoft.DateAndTime",
"IconGlyph": { "IconGlyph": {
"Glyph": "\uec92", "Glyph": "\uec92",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -1875,7 +1875,7 @@
"Command": "control /name Microsoft.Fonts", "Command": "control /name Microsoft.Fonts",
"IconGlyph": { "IconGlyph": {
"Glyph": "\ue8d2", "Glyph": "\ue8d2",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {
@ -2101,7 +2101,7 @@
"Command": "control /name Microsoft.Sound", "Command": "control /name Microsoft.Sound",
"IconGlyph": { "IconGlyph": {
"Glyph": "\ue995", "Glyph": "\ue995",
"FontFamily": "Segoe MDL2 Assets" "FontFamily": "/Resources/#Segoe Fluent Icons"
} }
}, },
{ {