draft new method

This commit is contained in:
yggverse 2024-09-04 04:17:30 +03:00
parent 7c844d6819
commit 004861a3d8

View File

@ -55,6 +55,8 @@ namespace app::browser::main::tab::page::navbar
const bool & FOLLOW = true const bool & FOLLOW = true
); );
void save(); // @TODO save history to the permanent storage
void refresh(); void refresh();
}; };
} }