Add glass background theme setting for macOS control bar

Rename the macOS "Control Bar Buttons" settings entry to "Control Bar"
and add an Auto/Light/Dark glass background picker on that page. The
choice is stored per-preset as GlobalLayoutSettings.controlBarTheme and
forces the bar's glass color scheme via glassBackground(colorScheme:).
This commit is contained in:
Arkadiusz Fal
2026-06-02 19:38:46 +02:00
parent 0d56dd02b7
commit 96fef3663f
5 changed files with 75 additions and 5 deletions

View File

@@ -1859,6 +1859,17 @@
}
}
},
"controls.theme.auto" : {
"extractionState" : "extracted_with_value",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
"value" : "Auto"
}
}
}
},
"controls.theme.dark" : {
"localizations" : {
"en" : {
@@ -13315,13 +13326,13 @@
}
}
},
"settings.playerControls.controlBarButtons" : {
"settings.playerControls.controlBar" : {
"extractionState" : "extracted_with_value",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
"value" : "Control Bar Buttons"
"value" : "Control Bar"
}
}
}
@@ -13396,6 +13407,17 @@
}
}
},
"settings.playerControls.glassBackground" : {
"extractionState" : "extracted_with_value",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
"value" : "Glass Background"
}
}
}
},
"settings.playerControls.import.error.emptyFile" : {
"localizations" : {
"en" : {