mgrPref // Handle "kCheckUpdateAutomatically".

This commit is contained in:
ShikiSuen 2022-04-07 17:41:59 +08:00
parent 26ea968e8b
commit 7949020da1
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