mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
Change task panel down icon to symbolic
This commit is contained in:
parent
13f21bf23b
commit
b81d29d2c2
1 changed files with 1 additions and 1 deletions
|
|
@ -253,7 +253,7 @@ PlasmaCore.ColorScope {
|
|||
}
|
||||
}
|
||||
|
||||
iconSource: TaskPanel.KWinVirtualKeyboard.active ? "go-down" : "mobile-close-app"
|
||||
iconSource: TaskPanel.KWinVirtualKeyboard.active ? "go-down-symbolic" : "mobile-close-app"
|
||||
colorGroup: root.showingApp ? PlasmaCore.Theme.NormalColorGroup : PlasmaCore.Theme.ComplementaryColorGroup
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue