mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-04 02:34:45 +00:00
Fix launcher performance
We are not animating the icon delegates, so we can enable caching which improves performance on pinephone.
This commit is contained in:
parent
937758721c
commit
6c9b6acace
1 changed files with 1 additions and 0 deletions
|
|
@ -159,6 +159,7 @@ ContainmentLayoutManager.ItemContainer {
|
||||||
verticalOffset: 2
|
verticalOffset: 2
|
||||||
radius: 8.0
|
radius: 8.0
|
||||||
samples: 16
|
samples: 16
|
||||||
|
cached: true
|
||||||
color: Qt.rgba(0, 0, 0, 1)
|
color: Qt.rgba(0, 0, 0, 1)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue