mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
Do not use monochrome icons for launcher icons
This commit switches icons of VLC, KDE Connect etc. to their colorful versions
This commit is contained in:
parent
5f1a15cb0a
commit
18d95dc927
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ Column {
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
width: delegateRoot.iconSize
|
width: delegateRoot.iconSize
|
||||||
height: delegateRoot.iconSize
|
height: delegateRoot.iconSize
|
||||||
|
usesPlasmaTheme: false
|
||||||
source: modelData.ApplicationIconRole
|
source: modelData.ApplicationIconRole
|
||||||
scale: root.reorderingApps && applicationsView.dragData && applicationsView.dragData.ApplicationStorageIdRole != modelData.ApplicationStorageIdRole ? 0.6 : 1
|
scale: root.reorderingApps && applicationsView.dragData && applicationsView.dragData.ApplicationStorageIdRole != modelData.ApplicationStorageIdRole ? 0.6 : 1
|
||||||
Behavior on scale {
|
Behavior on scale {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue