mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
perf(shapes): enable async rendering for all CurveRenderer shapes
This commit is contained in:
@@ -95,6 +95,7 @@ Slider {
|
||||
height: bgContainer.height
|
||||
visible: root.trackWidth > 0 && bgContainer.height > 0
|
||||
preferredRendererType: Shape.CurveRenderer
|
||||
asynchronous: true
|
||||
|
||||
ShapePath {
|
||||
id: trackPath
|
||||
|
||||
Reference in New Issue
Block a user