forked from Clones/Controlify
close #17
This commit is contained in:
@ -164,6 +164,10 @@ public class YACLHelper {
|
||||
.controller(opt -> new BindButtonController(opt, controller))
|
||||
.tooltip(control.description())
|
||||
.instant(true)
|
||||
.listener((opt, bind) -> { // yacl instant options have a bug where they don't save
|
||||
opt.applyValue();
|
||||
controlify.config().save();
|
||||
})
|
||||
.build());
|
||||
}
|
||||
category.group(controlsGroup.build());
|
||||
|
Reference in New Issue
Block a user