From 34025fa64650e4999a334cfb787fd246b6c7e136 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Fri, 12 Dec 2025 14:41:10 +0200 Subject: [PATCH] fix(global_menu): dev menu wrongly positioned on horizontal layout --- apps/client/src/widgets/buttons/global_menu.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/client/src/widgets/buttons/global_menu.tsx b/apps/client/src/widgets/buttons/global_menu.tsx index 66679dd20..fcc1cda67 100644 --- a/apps/client/src/widgets/buttons/global_menu.tsx +++ b/apps/client/src/widgets/buttons/global_menu.tsx @@ -104,10 +104,12 @@ function BrowserOnlyOptions() { } function DevelopmentOptions() { + const [ layoutOrientation ] = useTriliumOption("layoutOrientation"); + return <> Development Options - + {experimentalFeatures.map((feature) => ( ))}