mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
remove extra mod
This commit is contained in:
parent
1077368116
commit
5255708be3
3 changed files with 13 additions and 33 deletions
|
|
@ -35,7 +35,7 @@ impl Browser {
|
|||
|
||||
// Init widget
|
||||
let widget = Rc::new(Widget::new(
|
||||
&window.widget.g_box,
|
||||
&window.g_box,
|
||||
&[
|
||||
// action groups
|
||||
(
|
||||
|
|
@ -59,7 +59,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.g_box))
|
||||
});
|
||||
|
||||
action.close.connect_activate({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue