From b81ce9819dc9959eb6e487a2a75e57dcf494f49b Mon Sep 17 00:00:00 2001 From: ItsLemmy Date: Mon, 10 Nov 2025 10:09:39 -0500 Subject: [PATCH] Default settings: added spicetify + autoformatting --- Assets/settings-default.json | 1 + Modules/Background/Background.qml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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() }