mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
invoke plasma-settings for wifi and broadband
This commit is contained in:
parent
b690c533d1
commit
96420f5080
1 changed files with 2 additions and 2 deletions
|
|
@ -147,7 +147,7 @@ Item {
|
|||
settingsModel.append({
|
||||
"text": i18n("Wifi"),
|
||||
"icon": "network-wireless-signal",
|
||||
"settingsCommand": "",
|
||||
"settingsCommand": "plasma-settings -m kcm_mobile_wifi",
|
||||
"toggleFunction": "toggleWifi",
|
||||
"delegate": "",
|
||||
"enabled": enabledConnections.wirelessEnabled,
|
||||
|
|
@ -156,7 +156,7 @@ Item {
|
|||
settingsModel.append({
|
||||
"text": i18n("Mobile Data"),
|
||||
"icon": "network-modem",
|
||||
"settingsCommand": "",
|
||||
"settingsCommand": "plasma-settings -m kcm_mobile_broadband",
|
||||
"toggleFunction": "toggleWwan",
|
||||
"delegate": "",
|
||||
"enabled": enabledConnections.wwanEnabled,
|
||||
|
|
|
|||
Loading…
Reference in a new issue