mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-15 17:20: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)
|
.halign(Align::Center)
|
||||||
.label(LABEL)
|
.label(LABEL)
|
||||||
.margin_top(MARGIN)
|
.margin_top(MARGIN)
|
||||||
|
.sensitive(!is_activate_on_release)
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
if is_activate_on_release {
|
if is_activate_on_release {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user