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) => (
))}