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
|
|
@ -54,9 +54,6 @@ M.BarModule {
|
|||
}
|
||||
}
|
||||
|
||||
on_ShowPanelChanged: if (_showPanel)
|
||||
S.BluetoothService.refresh()
|
||||
|
||||
Connections {
|
||||
target: S.BluetoothService
|
||||
function onDevicesChanged() {
|
||||
|
|
|
|||
|
|
@ -56,9 +56,6 @@ M.BarModule {
|
|||
|
||||
readonly property string state: S.NetworkService.state
|
||||
|
||||
on_ShowPanelChanged: if (_showPanel)
|
||||
S.NetworkService.refresh()
|
||||
|
||||
Connections {
|
||||
target: S.NetworkService
|
||||
function onNetworksChanged() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue