mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Various improvements
This commit is contained in:
@@ -269,6 +269,7 @@ private enum PreferencesKeyValues: Int32 {
|
||||
case chatListFilterUpdates = 30
|
||||
case globalPrivacySettings = 31
|
||||
case storiesConfiguration = 32
|
||||
case audioTranscriptionTrialState = 33
|
||||
}
|
||||
|
||||
public func applicationSpecificPreferencesKey(_ value: Int32) -> ValueBoxKey {
|
||||
@@ -433,6 +434,12 @@ public struct PreferencesKeys {
|
||||
key.setInt32(0, value: PreferencesKeyValues.storiesConfiguration.rawValue)
|
||||
return key
|
||||
}()
|
||||
|
||||
public static let audioTranscriptionTrialState: ValueBoxKey = {
|
||||
let key = ValueBoxKey(length: 4)
|
||||
key.setInt32(0, value: PreferencesKeyValues.audioTranscriptionTrialState.rawValue)
|
||||
return key
|
||||
}()
|
||||
}
|
||||
|
||||
private enum SharedDataKeyValues: Int32 {
|
||||
|
||||
Reference in New Issue
Block a user