mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
containments: homescreen: Fix some role names
This commit is contained in:
parent
e1a005524e
commit
505dbb405b
1 changed files with 2 additions and 2 deletions
|
|
@ -93,9 +93,9 @@ ContainmentLayoutManager.ItemContainer {
|
|||
|
||||
contentItem: MouseArea {
|
||||
onClicked: {
|
||||
delegate.launch(delegate.x + (units.smallSpacing * 2), delegate.y + (units.smallSpacing * 2), icon.source, modelData.ApplicationNameRole)
|
||||
delegate.launch(delegate.x + (units.smallSpacing * 2), delegate.y + (units.smallSpacing * 2), icon.source, modelData.applicationNameRole)
|
||||
|
||||
plasmoid.nativeInterface.applicationListModel.runApplication(modelData.ApplicationStorageIdRole);
|
||||
plasmoid.nativeInterface.applicationListModel.runApplication(modelData.applicationStorageIdRole);
|
||||
}
|
||||
|
||||
//preventStealing: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue