mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +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)
|
.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…
Add table
Add a link
Reference in a new issue