mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
disable clickability on is_activate_on_release enabled
This commit is contained in:
parent
e2acfa0bcd
commit
7a2da3cd58
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ impl Choose {
|
|||
.halign(Align::Center)
|
||||
.label(LABEL)
|
||||
.margin_top(MARGIN)
|
||||
.sensitive(!is_activate_on_release)
|
||||
.build();
|
||||
|
||||
if is_activate_on_release {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue