From 93f645fc5bd615683ecdf2c5f67dfc35c26f3619 Mon Sep 17 00:00:00 2001 From: Panagiotis Papadopoulos Date: Thu, 17 Apr 2025 23:28:04 +0200 Subject: [PATCH] fix(routes/api/options): readd splitEditorOrientation option got deleted accidentally by https://github.com/TriliumNext/Notes/commit/49076e3cf6fc82e2960599c4e36108e06c2327ef#diff-85a967d423ba952960f6b0b8fd74f2f4aa84e3d94fa68d3404a68a205a4b4cb6 --- src/routes/api/options.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/routes/api/options.ts b/src/routes/api/options.ts index 60cfc9bb7..c7e48c432 100644 --- a/src/routes/api/options.ts +++ b/src/routes/api/options.ts @@ -82,6 +82,7 @@ const ALLOWED_OPTIONS = new Set([ "allowedHtmlTags", "redirectBareDomain", "showLoginInShareTheme", + "splitEditorOrientation", // AI/LLM integration options "aiEnabled",