mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
draft history buttons group
This commit is contained in:
parent
fb54cc4431
commit
17224ebaaa
10 changed files with 145 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
#include "navbar.hpp"
|
||||
#include "navbar/base.hpp"
|
||||
#include "navbar/history.hpp"
|
||||
#include "navbar/update.hpp"
|
||||
|
||||
using namespace app::browser::main::tab::data;
|
||||
|
|
@ -38,6 +39,12 @@ Navbar::Navbar()
|
|||
* base
|
||||
);
|
||||
|
||||
history = new navbar::History();
|
||||
|
||||
append(
|
||||
* history
|
||||
);
|
||||
|
||||
update = new navbar::Update();
|
||||
|
||||
append(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue