mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-15 09:10:08 +00:00
disable clickability on is_activate_on_release
enabled
This commit is contained in:
parent
e2acfa0bcd
commit
7a2da3cd58
@ -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…
x
Reference in New Issue
Block a user