mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Add Glyph Support for some settings
This commit is contained in:
parent
123cad8450
commit
a47ce1c591
3 changed files with 91 additions and 90 deletions
|
|
@ -57,7 +57,7 @@ namespace Flow.Launcher.Plugin.WindowsSettings.Classes
|
|||
/// <summary>
|
||||
/// Gets or sets the Glyph of this setting
|
||||
/// </summary>
|
||||
public string? glyph { get; set; }
|
||||
public GlyphInfo? IconGlyph { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a additional note of this settings.
|
||||
|
|
|
|||
|
|
@ -116,8 +116,9 @@ namespace Flow.Launcher.Plugin.WindowsSettings.Helper
|
|||
{
|
||||
Action = _ => DoOpenSettingsAction(entry),
|
||||
IcoPath = type == "AppSettingsApp" ? windowsSettingIconPath : controlPanelIconPath,
|
||||
Glyph = entry.IconGlyph,
|
||||
SubTitle = GetSubtitle(entry.Area, type),
|
||||
Title = entry.Name + entry.glyph,
|
||||
Title = entry.Name,
|
||||
ContextData = entry,
|
||||
Score = score - (type == "TaskLink" ? TaskLinkScorePanelty : 0),
|
||||
};
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
"Command": "ms-settings:workplace",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\ue821",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -43,7 +43,7 @@
|
|||
"Command": "ms-settings:signinoptions",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\ue8d7",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -59,7 +59,7 @@
|
|||
"Command": "ms-settings:sync",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\ue895",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -81,7 +81,7 @@
|
|||
"Command": "ms-settings:yourinfo",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\ue779",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -91,7 +91,7 @@
|
|||
"Command": "ms-settings:appsfeatures",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\ue71d",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -107,7 +107,7 @@
|
|||
"Command": "ms-settings:appsforwebsites",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\ue78b",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -117,7 +117,7 @@
|
|||
"Command": "ms-settings:defaultapps",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\ue7ac",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -127,7 +127,7 @@
|
|||
"Command": "ms-settings:optionalfeatures",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\ue71d",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -137,7 +137,7 @@
|
|||
"Command": "ms-settings:maps",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\ue826",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -153,7 +153,7 @@
|
|||
"Command": "ms-settings:startupapps",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\ue7b5",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -163,7 +163,7 @@
|
|||
"Command": "ms-settings:videoplayback",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\ue714",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -185,7 +185,7 @@
|
|||
"Command": "ms-settings:cortana-permissions",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\ue7ef",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -195,7 +195,7 @@
|
|||
"Command": "ms-settings:cortana-windowssearch",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\ue713",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -226,7 +226,7 @@
|
|||
"Command": "ms-settings:autoplay",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\uec57",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -236,7 +236,7 @@
|
|||
"Command": "ms-settings:bluetooth",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\ue772",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -267,7 +267,7 @@
|
|||
"Command": "ms-settings:pen",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\uedc6",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -277,7 +277,7 @@
|
|||
"Command": "ms-settings:printers",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\ue749",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -294,7 +294,7 @@
|
|||
"Command": "ms-settings:typing",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\ue765",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -304,7 +304,7 @@
|
|||
"Command": "ms-settings:usb",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\ue88e",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -341,7 +341,7 @@
|
|||
"Command": "ms-settings:easeofaccess-closedcaptioning",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\ue7f0",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -389,7 +389,7 @@
|
|||
"Command": "ms-settings:easeofaccess-eyecontrol",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\uf19d",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -401,7 +401,7 @@
|
|||
"Command": "ms-settings:fonts",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\ue8d2",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -411,7 +411,7 @@
|
|||
"Command": "ms-settings:easeofaccess-highcontrast",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\ue706",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -430,7 +430,7 @@
|
|||
"Command": "ms-settings:easeofaccess-keyboard",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\ued4d",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -443,7 +443,7 @@
|
|||
"Command": "ms-settings:easeofaccess-magnifier",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\uf19d",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -500,7 +500,7 @@
|
|||
"Command": "ms-settings:gaming-gamebar",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\ue713",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -510,7 +510,7 @@
|
|||
"Command": "ms-settings:gaming-gamedvr",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\ue713",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -520,7 +520,7 @@
|
|||
"Command": "ms-settings:gaming-gamemode",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\uec4a",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -547,7 +547,7 @@
|
|||
"Command": "ms-settings:gaming-xboxnetworking",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\ue713",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -621,7 +621,7 @@
|
|||
"Command": "ms-settings:datausage",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\uec27",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -631,7 +631,7 @@
|
|||
"Command": "ms-settings:network-dialup",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\ue83c",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -656,7 +656,7 @@
|
|||
"Command": "ms-settings:network-ethernet",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\ue839",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -692,7 +692,7 @@
|
|||
"Command": "ms-settings:network-proxy",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\ue774",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -702,7 +702,7 @@
|
|||
"Command": "ms-settings:network-status",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\uec27",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -726,7 +726,7 @@
|
|||
"Command": "ms-settings:network-vpn",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\ue705",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -763,7 +763,7 @@
|
|||
"Command": "ms-settings:personalization-background",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\ueb9f",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -776,7 +776,7 @@
|
|||
"Command": "ms-settings:personalization-start-places",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\ueca5",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -795,7 +795,7 @@
|
|||
"Command": "ms-settings:colors",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\ue790",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -843,7 +843,7 @@
|
|||
"Command": "ms-settings:taskbar",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\ue90e",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -853,7 +853,7 @@
|
|||
"Command": "ms-settings:themes",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\ue771",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -885,7 +885,7 @@
|
|||
"Command": "ms-settings:privacy-accountinfo",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\ue779",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -895,7 +895,7 @@
|
|||
"Command": "ms-settings:privacy-activityhistory",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\ue7c4",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -907,7 +907,7 @@
|
|||
"Command": "ms-settings:privacy-advertisingid",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\ue72e",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -917,7 +917,7 @@
|
|||
"Command": "ms-settings:privacy-appdiagnostics",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\ue9d2",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -927,7 +927,7 @@
|
|||
"Command": "ms-settings:privacy-automaticfiledownloads",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\ue753",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -937,7 +937,7 @@
|
|||
"Command": "ms-settings:privacy-backgroundapps",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\ue9d9",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -953,7 +953,7 @@
|
|||
"Command": "ms-settings:privacy-callhistory",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\uf738",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -963,7 +963,7 @@
|
|||
"Command": "ms-settings:privacy-webcam",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\uf439",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -973,7 +973,7 @@
|
|||
"Command": "ms-settings:privacy-contacts",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\ue716",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -983,7 +983,7 @@
|
|||
"Command": "ms-settings:privacy-documents",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\ue7c3",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -1012,7 +1012,7 @@
|
|||
"Command": "ms-settings:privacy-broadfilesystemaccess",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\ue7c3",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -1022,7 +1022,7 @@
|
|||
"Command": "ms-settings:privacy or privacy-general",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\uec20",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -1035,7 +1035,7 @@
|
|||
"Command": "ms-settings:privacy-speechtyping",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\ueadf",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -1045,7 +1045,7 @@
|
|||
"Command": "ms-settings:privacy-location",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\ue707",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -1055,7 +1055,7 @@
|
|||
"Command": "ms-settings:privacy-messaging",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\uebdb",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -1065,7 +1065,7 @@
|
|||
"Command": "ms-settings:privacy-microphone",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\ue720",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -1090,7 +1090,7 @@
|
|||
"Command": "ms-settings:privacy-customdevices",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\ue772",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -1100,7 +1100,7 @@
|
|||
"Command": "ms-settings:privacy-phonecalls",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\ue77e",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -1116,7 +1116,7 @@
|
|||
"Command": "ms-settings:privacy-radios",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\uec05",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -1138,7 +1138,7 @@
|
|||
"Command": "ms-settings:privacy-videos",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\ue8b2",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -1148,7 +1148,7 @@
|
|||
"Command": "ms-settings:privacy-voiceactivation",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\uf12e",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -1185,7 +1185,7 @@
|
|||
"Command": "ms-settings:surfacehub-welcome",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\uee3f",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -1203,7 +1203,7 @@
|
|||
"Command": "ms-settings:about",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\ue946",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -1214,7 +1214,7 @@
|
|||
"Command": "ms-settings:display-advanced",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\ue7f4",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -1256,7 +1256,7 @@
|
|||
"Command": "ms-settings:clipboard",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\ue77f",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -1278,7 +1278,7 @@
|
|||
"Command": "ms-settings:savelocations",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\ueda2",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -1288,7 +1288,7 @@
|
|||
"Command": "ms-settings:screenrotation",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\ue7f4",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -1344,7 +1344,7 @@
|
|||
"Command": "ms-settings:messaging",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\uebdb",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -1360,7 +1360,7 @@
|
|||
"Command": "ms-settings:multitasking",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\ue7c4",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -1382,7 +1382,7 @@
|
|||
"Command": "ms-settings:project",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\uebc6",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -1395,7 +1395,7 @@
|
|||
"Command": "ms-settings:crossdevice",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\uf22c",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -1405,7 +1405,7 @@
|
|||
"Command": "ms-settings:tabletmode",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\uebfc",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -1435,7 +1435,7 @@
|
|||
"Command": "ms-settings:powersleep",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\uf83d",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -1445,7 +1445,7 @@
|
|||
"Command": "ms-settings:sound",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\ue995",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -1455,7 +1455,7 @@
|
|||
"Command": "ms-settings:storagesense",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\ueda2",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -1471,7 +1471,7 @@
|
|||
"Command": "ms-settings:dateandtime",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\uec92",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -1494,7 +1494,7 @@
|
|||
"Command": "ms-settings:regionformatting",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\uf49a",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -1504,7 +1504,7 @@
|
|||
"Command": "ms-settings:keyboard",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\ued4d",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -1585,7 +1585,7 @@
|
|||
"Command": "ms-settings:activation",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\ue930",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -1601,7 +1601,7 @@
|
|||
"Command": "ms-settings:delivery-optimization",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\uf785",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -1611,7 +1611,7 @@
|
|||
"Command": "ms-settings:findmydevice",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\ue707",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -1633,7 +1633,7 @@
|
|||
"Command": "ms-settings:troubleshoot",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\ue90f",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -1665,7 +1665,7 @@
|
|||
"Command": "ms-settings:windowsupdate",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\ue895",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -1715,7 +1715,7 @@
|
|||
"Command": "ms-settings:provisioning",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\ue821",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -1768,7 +1768,7 @@
|
|||
"Command": "control /name Microsoft.AutoPlay",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\uec57",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -1829,7 +1829,7 @@
|
|||
"Command": "control /name Microsoft.DateAndTime",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\uec92",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -1875,7 +1875,7 @@
|
|||
"Command": "control /name Microsoft.Fonts",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\ue8d2",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -2101,7 +2101,7 @@
|
|||
"Command": "control /name Microsoft.Sound",
|
||||
"IconGlyph": {
|
||||
"Glyph": "\ue995",
|
||||
"FontFamily": "Segoe MDL2 Assets"
|
||||
"FontFamily": "/Resources/#Segoe Fluent Icons"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue