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