mirror of
https://github.com/Raphire/Win11Debloat.git
synced 2026-07-03 07:08:27 +00:00
Fix: Respect Feature min/max version for comboboxes (#639)
This commit is contained in:
@@ -1082,8 +1082,8 @@
|
||||
"Category": "Taskbar",
|
||||
"RegistryKey": "Combine_Taskbar_Always.reg",
|
||||
"ApplyText": "Setting the taskbar on the main display to always combine buttons and hide labels",
|
||||
"UndoLabel": "Use default taskbar combine behavior",
|
||||
"ApplyUndoText": "Resetting the taskbar on the main display to always combine buttons and hide labels",
|
||||
"UndoLabel": null,
|
||||
"ApplyUndoText": null,
|
||||
"RegistryUndoKey": null,
|
||||
"MinVersion": 22000,
|
||||
"MaxVersion": null
|
||||
@@ -1094,8 +1094,8 @@
|
||||
"Category": "Taskbar",
|
||||
"RegistryKey": "Combine_MMTaskbar_Always.reg",
|
||||
"ApplyText": "Setting the taskbar on secondary displays to always combine buttons and hide labels",
|
||||
"UndoLabel": "Use default taskbar combine behavior",
|
||||
"ApplyUndoText": "Resetting the taskbar on secondary displays to always combine buttons and hide labels",
|
||||
"UndoLabel": null,
|
||||
"ApplyUndoText": null,
|
||||
"RegistryUndoKey": null,
|
||||
"MinVersion": 22000,
|
||||
"MaxVersion": null
|
||||
|
||||
Reference in New Issue
Block a user