mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-07-31 16:54:46 +00:00
Load WirelessStatus in Internet indicator
This commit is contained in:
parent
f6e34a4f84
commit
5b1f00d4ca
1 changed files with 4 additions and 0 deletions
|
|
@ -32,6 +32,10 @@ Kirigami.Icon {
|
||||||
id: handler
|
id: handler
|
||||||
}
|
}
|
||||||
|
|
||||||
|
readonly property var wirelessStatus: PlasmaNM.WirelessStatus {
|
||||||
|
id: wirelessStatus
|
||||||
|
}
|
||||||
|
|
||||||
readonly property var connectionIcon: PlasmaNM.ConnectionIcon {
|
readonly property var connectionIcon: PlasmaNM.ConnectionIcon {
|
||||||
id: connectionIconProvider
|
id: connectionIconProvider
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue