From 9c5212dbac701423bb28d433992b0ec60efcc462 Mon Sep 17 00:00:00 2001 From: E44 <129310925+programmer-44@users.noreply.github.com> Date: Sat, 22 Nov 2025 23:58:26 +0100 Subject: [PATCH] chore(control): disable file buttons if no display is selected --- .../frontend/src/components/FileView.svelte | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/control/frontend/src/components/FileView.svelte b/control/frontend/src/components/FileView.svelte index 63a5ad9..48bb950 100644 --- a/control/frontend/src/components/FileView.svelte +++ b/control/frontend/src/components/FileView.svelte @@ -215,10 +215,15 @@
- + @@ -238,9 +244,13 @@ className="px-3 flex" disabled={$selected_file_ids.length === 0}> - + +