disable clickability on is_activate_on_release enabled

This commit is contained in:
yggverse 2024-12-12 13:55:56 +02:00
parent e2acfa0bcd
commit 7a2da3cd58

View File

@ -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 {