mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
quicksettings/hotspot: add settingsCommand
This commit is contained in:
parent
4bdacff13c
commit
6317b0640d
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ QS.QuickSetting {
|
|||
enabled: wirelessStatus.hotspotSSID.length !== 0
|
||||
status: enabled ? wirelessStatus.hotspotSSID : ""
|
||||
|
||||
settingsCommand: "plasma-open-settings kcm_mobile_hotspot"
|
||||
function toggle() {
|
||||
if (!enabled) {
|
||||
nmHandler.createHotspot();
|
||||
|
|
|
|||
Loading…
Reference in a new issue