From c7547c22eec9f1aa50dc462f2b31ad67b777a1a2 Mon Sep 17 00:00:00 2001 From: E44 <129310925+programmer-44@users.noreply.github.com> Date: Mon, 20 Oct 2025 23:33:56 +0200 Subject: [PATCH] improve right control side --- control/frontend/src/ts/types.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/control/frontend/src/ts/types.ts b/control/frontend/src/ts/types.ts index 3692e39..fa738c9 100644 --- a/control/frontend/src/ts/types.ts +++ b/control/frontend/src/ts/types.ts @@ -20,4 +20,5 @@ export type MenuOption = { class?: string; on_select?: () => void; disabled?: boolean; -} \ No newline at end of file +} +