From 52b6710b19a8c7698fb20269b7470380737eadf9 Mon Sep 17 00:00:00 2001 From: Daniel Imms <2193314+Tyriar@users.noreply.github.com> Date: Sun, 28 Dec 2025 08:01:56 -0800 Subject: [PATCH] Hide quirks from demo for now --- demo/client/components/window/optionsWindow.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/demo/client/components/window/optionsWindow.ts b/demo/client/components/window/optionsWindow.ts index 18c31410..0fbcf339 100644 --- a/demo/client/components/window/optionsWindow.ts +++ b/demo/client/components/window/optionsWindow.ts @@ -72,6 +72,7 @@ export class OptionsWindow extends BaseWindow implements IControlWindow { 'linkHandler', 'logger', 'overviewRuler', + 'quirks', 'theme', 'windowOptions', 'windowsPty',