mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-03 10:14:45 +00:00
quicksettings: show SSID in wifi quick setting
This commit is contained in:
parent
ce06af0e8a
commit
6e075b9db7
1 changed files with 5 additions and 0 deletions
|
|
@ -14,8 +14,13 @@ MobileShell.QuickSetting {
|
||||||
PlasmaNM.EnabledConnections {
|
PlasmaNM.EnabledConnections {
|
||||||
id: enabledConnections
|
id: enabledConnections
|
||||||
}
|
}
|
||||||
|
|
||||||
|
PlasmaNM.NetworkStatus {
|
||||||
|
id: networkStatus
|
||||||
|
}
|
||||||
|
|
||||||
text: i18n("Wi-Fi")
|
text: i18n("Wi-Fi")
|
||||||
|
status: enabledConnections.wirelessEnabled ? networkStatus.activeConnections : ""
|
||||||
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