forked from Shinonome/dots-hyprland
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