mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
Properly adapt to role name renaming
This commit is contained in:
parent
505dbb405b
commit
46f6138509
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.applicationName)
|
||||
|
||||
plasmoid.nativeInterface.applicationListModel.runApplication(modelData.applicationStorageIdRole);
|
||||
plasmoid.nativeInterface.applicationListModel.runApplication(modelData.applicationStorageId);
|
||||
}
|
||||
|
||||
//preventStealing: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue