mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-02 04:01:43 +02:00
mobile: fix default markdownShortcuts to off
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user