mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
drop options not in use
This commit is contained in:
parent
6684b09ae2
commit
4370d1d971
8 changed files with 14 additions and 69 deletions
|
|
@ -55,8 +55,6 @@ impl Browser {
|
|||
action_tab_pin.clone(),
|
||||
));
|
||||
|
||||
//window.gobject().append(header.gobject());
|
||||
|
||||
// Init widget
|
||||
let widget = Arc::new(Widget::new(window.gobject()));
|
||||
|
||||
|
|
@ -119,7 +117,7 @@ impl Browser {
|
|||
action_tab_append.connect_activate({
|
||||
let window = window.clone();
|
||||
move |_, _| {
|
||||
window.tab_append(None);
|
||||
window.tab_append();
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue