mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
quicksettings/wifi: fix SSID in status
This commit is contained in:
parent
9ff119282b
commit
c0e2c4eb22
1 changed files with 4 additions and 4 deletions
|
|
@ -15,12 +15,12 @@ MobileShell.QuickSetting {
|
||||||
id: enabledConnections
|
id: enabledConnections
|
||||||
}
|
}
|
||||||
|
|
||||||
PlasmaNM.NetworkStatus {
|
PlasmaNM.WirelessStatus {
|
||||||
id: networkStatus
|
id: wirelessStatus
|
||||||
}
|
}
|
||||||
|
|
||||||
text: i18n("Wi-Fi")
|
text: i18n("Wi-Fi")
|
||||||
status: enabledConnections.wirelessEnabled ? networkStatus.activeConnections : ""
|
status: enabledConnections.wirelessEnabled ? wirelessStatus.wifiSSID : ""
|
||||||
icon: "network-wireless-signal"
|
icon: "network-wireless-signal"
|
||||||
settingsCommand: "plasma-open-settings kcm_mobile_wifi"
|
settingsCommand: "plasma-open-settings kcm_mobile_wifi"
|
||||||
function toggle() {
|
function toggle() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue