mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-04 19:15:33 +08:00
chore(core): disable showLinkedDocInSidebar by default
This commit is contained in:
@@ -34,7 +34,7 @@ const appSettingBaseAtom = atomWithStorage<AppSetting>(
|
||||
autoCheckUpdate: true,
|
||||
autoDownloadUpdate: true,
|
||||
enableTelemetry: true,
|
||||
showLinkedDocInSidebar: true,
|
||||
showLinkedDocInSidebar: false,
|
||||
},
|
||||
undefined,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user