mgrPref // Handle "kCheckUpdateAutomatically".

This commit is contained in:
ShikiSuen 2022-04-07 17:41:59 +08:00
parent a09799b380
commit 1d40945706
1 changed files with 3 additions and 0 deletions

View File

@ -346,6 +346,9 @@ struct ComposingBufferSize {
@UserDefault(key: kIsDebugModeEnabled, defaultValue: false)
@objc static var isDebugModeEnabled: Bool
@UserDefault(key: kCheckUpdateAutomatically, defaultValue: false)
@objc static var checkUpdateAutomatically: Bool
@UserDefault(key: kUserDataFolderSpecified, defaultValue: "")
@objc static var userDataFolderSpecified: String