mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-02 09:48:50 +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
|
enabled: wirelessStatus.hotspotSSID.length !== 0
|
||||||
status: enabled ? wirelessStatus.hotspotSSID : ""
|
status: enabled ? wirelessStatus.hotspotSSID : ""
|
||||||
|
|
||||||
|
settingsCommand: "plasma-open-settings kcm_mobile_hotspot"
|
||||||
function toggle() {
|
function toggle() {
|
||||||
if (!enabled) {
|
if (!enabled) {
|
||||||
nmHandler.createHotspot();
|
nmHandler.createHotspot();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue