ios: fix oneHandUI setting becoming enabled on import (#5335)

This commit is contained in:
spaced4ndy
2024-12-06 17:05:39 +04:00
committed by GitHub
parent 945c5015d8
commit f408988035

View File

@@ -2725,7 +2725,7 @@ public struct AppSettings: Codable, Equatable {
uiDarkColorScheme: DefaultTheme.SIMPLEX.themeName,
uiCurrentThemeIds: nil as [String: String]?,
uiThemes: nil as [ThemeOverrides]?,
oneHandUI: false,
oneHandUI: true,
chatBottomBar: true
)
}