mobile: fix default markdownShortcuts to off

This commit is contained in:
Ammar Ahmed
2026-08-20 11:05:49 +05:00
parent 1f150e0fa0
commit fc6e7bc7bf

View File

@@ -206,7 +206,7 @@ export const defaultSettings: SettingStore["settings"] = {
colorScheme: "light",
lighTheme: ThemeLight,
darkTheme: ThemeDark,
markdownShortcuts: true,
markdownShortcuts: false,
biometricsAuthEnabled: false,
appLockHasPasswordSecurity: false,
backgroundSync: true,