mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
make choose button visible by default
This commit is contained in:
parent
9305f240f7
commit
2fd7ee79a4
1 changed files with 0 additions and 1 deletions
|
|
@ -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 }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue