mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-28 22:53:09 +00:00
widgets/krunner: Fix icon name
This commit is contained in:
parent
8f732c330f
commit
e46381fdb5
1 changed files with 1 additions and 1 deletions
|
|
@ -250,7 +250,7 @@ Item {
|
|||
model: typeof actions !== "undefined" ? actions : []
|
||||
|
||||
Controls.ToolButton {
|
||||
icon.name: modelData.icon || ""
|
||||
icon: modelData.icon || ""
|
||||
visible: modelData.visible || true
|
||||
enabled: modelData.enabled || true
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue