mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Vertical bar: simpler management
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user