move network/bluetooth refresh + active tracking into applets, fix dock parent.expanded
This commit is contained in:
parent
c96856581d
commit
02910957f1
7 changed files with 11 additions and 9 deletions
|
|
@ -5,6 +5,9 @@ Column {
|
|||
id: root
|
||||
|
||||
required property color accentColor
|
||||
property bool active: true
|
||||
onActiveChanged: if (active)
|
||||
S.BluetoothService.refresh()
|
||||
|
||||
Repeater {
|
||||
model: S.BluetoothService.devices
|
||||
|
|
|
|||
|
|
@ -5,6 +5,9 @@ Column {
|
|||
id: root
|
||||
|
||||
required property color accentColor
|
||||
property bool active: true
|
||||
onActiveChanged: if (active)
|
||||
S.NetworkService.refresh()
|
||||
|
||||
Repeater {
|
||||
model: S.NetworkService.networks
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue