mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 10:33:34 +00:00
Add BarService, use signals to check state of bar and update widgets accordingly
This commit is contained in:
@@ -51,8 +51,8 @@ ColumnLayout {
|
||||
name: "Right"
|
||||
}
|
||||
}
|
||||
currentKey: Settings.data.bar.position
|
||||
onSelected: key => Settings.data.bar.position = key
|
||||
currentKey: BarService.position
|
||||
onSelected: key => BarService.setPosition(key)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user