mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 07:03:08 +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 : []
|
model: typeof actions !== "undefined" ? actions : []
|
||||||
|
|
||||||
Controls.ToolButton {
|
Controls.ToolButton {
|
||||||
icon.name: modelData.icon || ""
|
icon: modelData.icon || ""
|
||||||
visible: modelData.visible || true
|
visible: modelData.visible || true
|
||||||
enabled: modelData.enabled || true
|
enabled: modelData.enabled || true
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue