feat(wallpaper engine): add option to disable start animation
This commit is contained in:
@@ -131,5 +131,9 @@ window.wallpaperPropertyListener = {
|
||||
window.settings.positionPadding("bottom", properties.paddingbottom.value)
|
||||
window.settings.functionInsights("positionPaddingBottom", Object.keys(properties) !== 1)
|
||||
}
|
||||
if (properties.useStartAnimation) {
|
||||
window.settings.useStartAnimation = properties.useStartAnimation.value
|
||||
window.settings.functionInsights("useStartAnimation", Object.keys(properties) !== 1)
|
||||
}
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user