append progressbar to request entry

This commit is contained in:
yggverse 2024-09-06 05:17:33 +03:00
parent f959a6627b
commit 3a91155596
10 changed files with 68 additions and 103 deletions

View file

@ -37,7 +37,9 @@ namespace app::browser::main::tab::page
);
// Actions
void refresh();
void refresh(
const double & PROGRESS_FRACTION
);
void history_add(
const Glib::ustring & REQUEST,