diff --git a/apps/mobile/app/stores/use-setting-store.ts b/apps/mobile/app/stores/use-setting-store.ts index ea5aa5c28..f74537dce 100644 --- a/apps/mobile/app/stores/use-setting-store.ts +++ b/apps/mobile/app/stores/use-setting-store.ts @@ -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,