diff --git a/Assets/settings-default.json b/Assets/settings-default.json index add3d975..27dd0e3b 100644 --- a/Assets/settings-default.json +++ b/Assets/settings-default.json @@ -262,6 +262,7 @@ "vicinae": false, "walker": false, "code": false, + "spicetify": false, "enableUserTemplates": false, "discord_vesktop": false, "discord_webcord": false, diff --git a/Modules/Background/Background.qml b/Modules/Background/Background.qml index 14907cc7..4cf8446b 100644 --- a/Modules/Background/Background.qml +++ b/Modules/Background/Background.qml @@ -378,7 +378,7 @@ Variants { } const wallpaperPath = WallpaperService.getWallpaper(modelData.name) - + futureWallpaper = wallpaperPath performStartupTransition() }