Fix: Respect Feature min/max version for comboboxes (#639)

This commit is contained in:
Jeffrey
2026-06-19 18:20:25 +02:00
committed by GitHub
parent c039b04717
commit 535b62db40
2 changed files with 65 additions and 6 deletions

View File

@@ -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