mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
fix titles
This commit is contained in:
parent
cc0566dfb4
commit
d4879c1ff6
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ Item {
|
|||
}
|
||||
|
||||
function addPlasmoid(applet, id) {
|
||||
settingsModel.append({"icon": applet.icon, "text": applet.text, "plasmoidId": id, "enabled": false, "applet": applet})
|
||||
settingsModel.append({"icon": applet.icon, "text": applet.title, "plasmoidId": id, "enabled": false, "applet": applet})
|
||||
}
|
||||
|
||||
signal plasmoidTriggered(var applet, var id)
|
||||
|
|
|
|||
Loading…
Reference in a new issue