mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-13 06:01:21 +00:00
remove extra lines
This commit is contained in:
parent
ef2837a034
commit
04a34c91ca
@ -52,9 +52,7 @@ impl Browser {
|
||||
// Connect events
|
||||
action.about.connect_activate({
|
||||
let window = window.clone();
|
||||
move || {
|
||||
About::new().present(Some(&window.widget.g_box));
|
||||
}
|
||||
move || About::new().present(Some(&window.widget.g_box))
|
||||
});
|
||||
|
||||
action.close.connect_activate({
|
||||
|
Loading…
x
Reference in New Issue
Block a user