sercretChatSettings up

This commit is contained in:
overtake 2021-11-20 13:16:58 +04:00
parent d3cc354013
commit 7fb770c560

View File

@ -214,12 +214,12 @@ private enum PreferencesKeyValues: Int32 {
case appConfiguration = 14 case appConfiguration = 14
case searchBotsConfiguration = 15 case searchBotsConfiguration = 15
case contactsSettings = 16 case contactsSettings = 16
case secretChatSettings = 17
case walletCollection = 18 case walletCollection = 18
case contentSettings = 19 case contentSettings = 19
case chatListFilters = 20 case chatListFilters = 20
case peersNearby = 21 case peersNearby = 21
case chatListFiltersFeaturedState = 22 case chatListFiltersFeaturedState = 22
case secretChatSettings = 23
} }
public func applicationSpecificPreferencesKey(_ value: Int32) -> ValueBoxKey { public func applicationSpecificPreferencesKey(_ value: Int32) -> ValueBoxKey {