Do not enable snow by default

This commit is contained in:
Kylmakalle
2025-12-21 00:03:33 +02:00
parent d7bcf9746b
commit bce2eb9fdb

View File

@@ -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] = [