fix(fs_sync): option not readable/writable by client

This commit is contained in:
Elian Doran 2025-07-26 18:56:48 +03:00
parent 15bd5aa4e4
commit 770281214b
No known key found for this signature in database

View File

@ -93,6 +93,7 @@ const ALLOWED_OPTIONS = new Set<OptionNames>([
"redirectBareDomain", "redirectBareDomain",
"showLoginInShareTheme", "showLoginInShareTheme",
"splitEditorOrientation", "splitEditorOrientation",
"fileSystemSyncEnabled",
// AI/LLM integration options // AI/LLM integration options
"aiEnabled", "aiEnabled",