Update feature labels to include default indicators

This commit is contained in:
Jeffrey
2026-04-27 15:30:09 +02:00
parent c1dc8f7ce3
commit c15309bcf6

View File

@@ -59,15 +59,9 @@
"Priority": 2, "Priority": 2,
"Values": [ "Values": [
{ {
"Label": "Hide", "Label": "Show search box (Default)",
"FeatureIds": [ "FeatureIds": [
"HideSearchTb" "ShowSearchBoxTb"
]
},
{
"Label": "Show search icon only",
"FeatureIds": [
"ShowSearchIconTb"
] ]
}, },
{ {
@@ -77,9 +71,15 @@
] ]
}, },
{ {
"Label": "Show search box", "Label": "Show search icon only",
"FeatureIds": [ "FeatureIds": [
"ShowSearchBoxTb" "ShowSearchIconTb"
]
},
{
"Label": "Hide",
"FeatureIds": [
"HideSearchTb"
] ]
} }
] ]
@@ -91,7 +91,7 @@
"Category": "Taskbar", "Category": "Taskbar",
"Values": [ "Values": [
{ {
"Label": "All taskbars", "Label": "All taskbars (Default)",
"FeatureIds": [ "FeatureIds": [
"MMTaskbarModeAll" "MMTaskbarModeAll"
] ]
@@ -117,7 +117,7 @@
"Category": "Taskbar", "Category": "Taskbar",
"Values": [ "Values": [
{ {
"Label": "Always", "Label": "Always (Default)",
"FeatureIds": [ "FeatureIds": [
"CombineTaskbarAlways" "CombineTaskbarAlways"
] ]
@@ -143,7 +143,7 @@
"Category": "Taskbar", "Category": "Taskbar",
"Values": [ "Values": [
{ {
"Label": "Always", "Label": "Always (Default)",
"FeatureIds": [ "FeatureIds": [
"CombineMMTaskbarAlways" "CombineMMTaskbarAlways"
] ]
@@ -190,7 +190,7 @@
"Priority": 1, "Priority": 1,
"Values": [ "Values": [
{ {
"Label": "Home", "Label": "Home (Default)",
"FeatureIds": [ "FeatureIds": [
"ExplorerToHome" "ExplorerToHome"
] ]
@@ -262,7 +262,7 @@
] ]
}, },
{ {
"Label": "Show 3 most recent tabs", "Label": "Show 3 most recent tabs (Default)",
"FeatureIds": [ "FeatureIds": [
"Show3TabsInAltTab" "Show3TabsInAltTab"
] ]