Load WirelessStatus in Internet indicator

This commit is contained in:
Mr. Athozus 2024-05-03 19:58:36 +02:00
parent f6e34a4f84
commit 5b1f00d4ca
No known key found for this signature in database
GPG key ID: B50895022E8484BF

View file

@ -32,6 +32,10 @@ Kirigami.Icon {
id: handler
}
readonly property var wirelessStatus: PlasmaNM.WirelessStatus {
id: wirelessStatus
}
readonly property var connectionIcon: PlasmaNM.ConnectionIcon {
id: connectionIconProvider
}