mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +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
|
// Connect events
|
||||||
action.about.connect_activate({
|
action.about.connect_activate({
|
||||||
let window = window.clone();
|
let window = window.clone();
|
||||||
move || {
|
move || About::new().present(Some(&window.widget.g_box))
|
||||||
About::new().present(Some(&window.widget.g_box));
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
|
|
||||||
action.close.connect_activate({
|
action.close.connect_activate({
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue