Browse Source

draft new method

CPP-GTK4
yggverse 2 weeks ago
parent
commit
004861a3d8
  1. 2
      src/app/browser/main/tab/page/navbar/history.hpp

2
src/app/browser/main/tab/page/navbar/history.hpp

@ -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();
}; };
} }

Loading…
Cancel
Save