cfg change

This commit is contained in:
cheykrym 2025-10-21 21:03:11 +03:00
parent cc9cc3149f
commit 1bc4dda14c

View File

@ -14,7 +14,7 @@ struct AppConfig {
static let DISABLE_DB = false
/// Controls whether incoming chat opens as a modal sheet (`true`) or navigates to Chats tab (`false`).
static let PRESENT_CHAT_AS_SHEET = false
static let PRESENT_CHAT_AS_SHEET = true
/// Fallback SQLCipher key used until the user sets an application password.
static let DEFAULT_DATABASE_ENCRYPTION_KEY = "yobble_dev_change_me"
}