diff --git a/packages/client/src/store.ts b/packages/client/src/store.ts index ee9c33e29..5c340cac0 100644 --- a/packages/client/src/store.ts +++ b/packages/client/src/store.ts @@ -182,7 +182,7 @@ export const defaultStore = markRaw(new Storage('base', { }, showGapBetweenNotesInTimeline: { where: 'device', - default: false, + default: true, }, darkMode: { where: 'device',