mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-09 06:19:23 +00:00
Do not enable snow by default
This commit is contained in:
@@ -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] = [
|
||||
|
||||
Reference in New Issue
Block a user