Vertical bar: simpler management

This commit is contained in:
LemmyCook 2025-09-13 13:06:17 -04:00
parent b443c9f492
commit 101e3125a9
11 changed files with 25 additions and 139 deletions

View file

@ -51,8 +51,8 @@ ColumnLayout {
name: "Right"
}
}
currentKey: BarService.position
onSelected: key => BarService.setPosition(key)
currentKey: Settings.data.bar.position
onSelected: key => Settings.data.bar.position = key
}
}