wallpaper async loading
This commit is contained in:
@@ -152,7 +152,7 @@ PanelWindow {
|
|||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
hoverEnabled: true
|
hoverEnabled: true
|
||||||
onClicked: {
|
onClicked: {
|
||||||
for ( const n of NotifServer.notClosed )
|
for ( const n of NotifServer.list )
|
||||||
n.close();
|
n.close();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -26,6 +26,9 @@ Scope {
|
|||||||
source: WallpaperPath.currentWallpaperPath
|
source: WallpaperPath.currentWallpaperPath
|
||||||
fillMode: Image.PreserveAspectCrop
|
fillMode: Image.PreserveAspectCrop
|
||||||
|
|
||||||
|
asynchronous: true
|
||||||
|
retainWhileLoading: true
|
||||||
|
|
||||||
// Behavior on source {
|
// Behavior on source {
|
||||||
// Anim {
|
// Anim {
|
||||||
// properties: "opacity"
|
// properties: "opacity"
|
||||||
|
|||||||
Reference in New Issue
Block a user