chore(core): disable showLinkedDocInSidebar by default

This commit is contained in:
Cats Juice
2025-06-19 10:21:22 +08:00
parent 712cefd626
commit 7498a60d2d
+1 -1
View File
@@ -34,7 +34,7 @@ const appSettingBaseAtom = atomWithStorage<AppSetting>(
autoCheckUpdate: true,
autoDownloadUpdate: true,
enableTelemetry: true,
showLinkedDocInSidebar: true,
showLinkedDocInSidebar: false,
},
undefined,
{