mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
implement separated dialogs for the Bookmarks and History menu items
This commit is contained in:
parent
e548efc93f
commit
ebb38008e1
14 changed files with 378 additions and 171 deletions
|
|
@ -1,4 +1,4 @@
|
|||
mod action;
|
||||
pub mod action;
|
||||
mod database;
|
||||
mod header;
|
||||
pub mod tab;
|
||||
|
|
@ -119,7 +119,6 @@ impl Window {
|
|||
let g_box = Box::builder().orientation(Orientation::Vertical).build();
|
||||
g_box.append(&ToolbarView::header(
|
||||
(browser_action, &action),
|
||||
profile,
|
||||
&tab.tab_view,
|
||||
));
|
||||
g_box.append(&tab.tab_view);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue