mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-19 07:19:59 -05:00
background: wallpaper: no caching
https://doc.qt.io/qt-6/qml-qtquick-image.html#cache-prop
This commit is contained in:
@@ -162,6 +162,7 @@ Variants {
|
|||||||
animation: Appearance.animation.elementMoveEnter.numberAnimation.createObject(this)
|
animation: Appearance.animation.elementMoveEnter.numberAnimation.createObject(this)
|
||||||
}
|
}
|
||||||
property real value // 0 to 1, for offset
|
property real value // 0 to 1, for offset
|
||||||
|
cache: false
|
||||||
asynchronous: true
|
asynchronous: true
|
||||||
value: {
|
value: {
|
||||||
// Range = groups that workspaces span on
|
// Range = groups that workspaces span on
|
||||||
|
|||||||
Reference in New Issue
Block a user