Merge pull request #489 from MrDowntempo/add-center-control-panel

FEAT: Add Center option to load control panel
This commit is contained in:
Lemmy
2025-10-15 18:00:52 -04:00
committed by GitHub
8 changed files with 23 additions and 14 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) {