mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
remove extra lines
This commit is contained in:
parent
ef2837a034
commit
04a34c91ca
1 changed files with 1 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue