fix(control): enable startup_button if needed

This commit is contained in:
E44
2026-01-20 17:56:15 +01:00
parent 1138842269
commit 9a4e2d4919
@@ -272,7 +272,7 @@
<Button <Button
className="px-3 flex gap-3 w-full xl:w-75 justify-normal" className="px-3 flex gap-3 w-full xl:w-75 justify-normal"
disabled={$all_display_states === 'on' || disabled={$all_display_states === 'on' ||
$selected_online_display_ids.length === 0} $selected_display_ids.length === 0}
click_function={startup_action} click_function={startup_action}
> >
<Power /> Bildschirm Hochfahren <Power /> Bildschirm Hochfahren