mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
remove extra constructions
This commit is contained in:
parent
8e1e42f609
commit
41650a9775
2 changed files with 16 additions and 23 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue