draft history buttons group

This commit is contained in:
yggverse 2024-08-13 09:47:59 +03:00
parent fb54cc4431
commit 17224ebaaa
10 changed files with 145 additions and 0 deletions

View file

@ -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(