feat: Add option to load control center panel in the center of the screen

This commit is contained in:
Corey Woodworth
2025-10-15 11:24:26 -04:00
parent 7343d2403a
commit ebd0bdd370
2 changed files with 5 additions and 2 deletions
@@ -143,6 +143,9 @@ ColumnLayout {
}, {
"key": "top_center",
"name": I18n.tr("options.control-center.position.top_center")
}, {
"key": "center",
"name": I18n.tr("options.control-center.position.center")
}]
currentKey: Settings.data.controlCenter.position
onSelected: function (key) {