mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-03 18:24:46 +00:00
readability++
This commit is contained in:
parent
176caa8f14
commit
19c18b51ba
1 changed files with 6 additions and 1 deletions
|
|
@ -31,7 +31,12 @@ Item {
|
||||||
}
|
}
|
||||||
|
|
||||||
function addPlasmoid(applet, id) {
|
function addPlasmoid(applet, id) {
|
||||||
settingsModel.append({"icon": applet.icon, "text": applet.title, "plasmoidId": id, "enabled": false, "applet": applet, "settingsCommand": ""})
|
settingsModel.append({"icon": applet.icon,
|
||||||
|
"text": applet.title,
|
||||||
|
"plasmoidId": id,
|
||||||
|
"enabled": false,
|
||||||
|
"applet": applet,
|
||||||
|
"settingsCommand": ""})
|
||||||
}
|
}
|
||||||
|
|
||||||
signal plasmoidTriggered(var applet, var id)
|
signal plasmoidTriggered(var applet, var id)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue