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) .halign(Align::Center)
.label(LABEL) .label(LABEL)
.margin_top(MARGIN) .margin_top(MARGIN)
.visible(false)
.build(); .build();
Self { action, button } Self { action, button }