wallpaper cropper start, doesn't work.
This commit is contained in:
+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