remove extra constructions

This commit is contained in:
yggverse 2024-09-12 05:40:58 +03:00
parent 8e1e42f609
commit 41650a9775
2 changed files with 16 additions and 23 deletions

View file

@ -86,9 +86,7 @@ namespace app::browser::main::tab
Glib::ustring description;
// Tools
double progress_fraction; // Page preparation status, wanted for following needs:
// * indication widgets (progress bar)
// * toggle window update action in main thread (e.g. on async data loading complete)
double progress_fraction; // async load indication (progress bar)
// Actions
Glib::RefPtr<Gio::SimpleAction> action__update;