Compare commits

..

2 Commits

Author SHA1 Message Date
E44 ea18cb597a bump to v0.1.1 2026-01-20 17:57:22 +01:00
E44 0f2cc9f12a fix(control): enable startup button if needed 2026-01-20 17:56:58 +01:00
2 changed files with 2 additions and 2 deletions
@@ -273,7 +273,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
+1 -1
View File
@@ -1 +1 @@
v0.1.0 v0.1.1