Dock: GPU optimization

This commit is contained in:
ItsLemmy
2025-11-08 23:40:03 -05:00
parent 33ba447af1
commit 9cd25c93d3
+4
View File
@@ -303,6 +303,10 @@ Loader {
border.width: Style.borderS
border.color: Qt.alpha(Color.mOutline, Settings.data.dock.backgroundOpacity)
// Enable layer caching to reduce GPU usage from continuous animations
// (pulse animations on active indicators run infinitely)
layer.enabled: true
MouseArea {
id: dockMouseArea
anchors.fill: parent