mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +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) {
|
||||
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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue