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

@ -8,6 +8,7 @@ namespace app::browser::main::tab::data
namespace navbar
{
class Base;
class History;
class Update;
}
@ -21,6 +22,7 @@ namespace app::browser::main::tab::data
// Components
navbar::Base * base;
navbar::History * history;
navbar::Update * update;
public: