mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-15 09:10:08 +00:00
remove extra brackets
This commit is contained in:
parent
2d5a84c39c
commit
75b2786375
@ -32,11 +32,7 @@ impl Gemini {
|
||||
));
|
||||
|
||||
// Init events
|
||||
widget.on_cancel({
|
||||
move || {
|
||||
action.0.update.activate(None);
|
||||
}
|
||||
});
|
||||
widget.on_cancel(move || action.0.update.activate(None));
|
||||
|
||||
widget.on_apply({
|
||||
let widget = widget.clone();
|
||||
|
Loading…
x
Reference in New Issue
Block a user