From bce2eb9fdbe517538031434933fdc4f3956cb8fa Mon Sep 17 00:00:00 2001 From: Kylmakalle Date: Sun, 21 Dec 2025 00:03:33 +0200 Subject: [PATCH] Do not enable snow by default --- Swiftgram/SGSimpleSettings/Sources/SimpleSettings.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Swiftgram/SGSimpleSettings/Sources/SimpleSettings.swift b/Swiftgram/SGSimpleSettings/Sources/SimpleSettings.swift index 2d44d41a3c..e83e93d092 100644 --- a/Swiftgram/SGSimpleSettings/Sources/SimpleSettings.swift +++ b/Swiftgram/SGSimpleSettings/Sources/SimpleSettings.swift @@ -291,7 +291,7 @@ public class SGSimpleSettings { Keys.translationBackend.rawValue: TranslationBackend.default.rawValue, Keys.customAppBadge.rawValue: "", Keys.canUseNY.rawValue: false, - Keys.nyStyle.rawValue: NYStyle.snow.rawValue, + Keys.nyStyle.rawValue: NYStyle.default.rawValue, ] public static let groupDefaultValues: [String: Any] = [