make choose button visible by default

This commit is contained in:
yggverse 2024-12-10 21:35:38 +02:00
parent 9305f240f7
commit 2fd7ee79a4

View File

@ -31,7 +31,6 @@ impl Choose {
.halign(Align::Center)
.label(LABEL)
.margin_top(MARGIN)
.visible(false)
.build();
Self { action, button }