wallpaper cropper start, doesn't work.
This commit is contained in:
@@ -4,4 +4,7 @@ import qs.Config
|
||||
JsonObject {
|
||||
property bool enabled: true
|
||||
property int wallFadeDuration: MaterialEasing.standardTime
|
||||
property real alignX: 0.5
|
||||
property real alignY: 0.5
|
||||
property real zoom: 1.0
|
||||
}
|
||||
|
||||
+4
-1
@@ -77,7 +77,10 @@ Singleton {
|
||||
function serializeBackground(): var {
|
||||
return {
|
||||
wallFadeDuration: background.wallFadeDuration,
|
||||
enabled: background.enabled
|
||||
enabled: background.enabled,
|
||||
alignX: background.alignX,
|
||||
alignY: background.alignY,
|
||||
zoom: background.zoom
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user