mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-18 18:48:33 +02:00
Re-beautify file formatting again
This commit is contained in:
parent
90eb5ee941
commit
1e10929818
|
@ -53,8 +53,7 @@ impl Window {
|
|||
let result = y.downcast_ref::<SidebarEntry>().unwrap();
|
||||
let clickEvent = result.imp().onClickEvent.borrow().onClickEvent;
|
||||
(clickEvent)(flowbox.resetMain.get());
|
||||
}),
|
||||
);
|
||||
}));
|
||||
|
||||
selfImp.resetClose.connect_clicked(clone!(@ weak self as window => move |_| {
|
||||
window.close();
|
||||
|
|
Loading…
Reference in a new issue