mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
add comment
This commit is contained in:
parent
ef180aaefd
commit
da29a40528
1 changed files with 5 additions and 1 deletions
|
|
@ -83,7 +83,11 @@ namespace app::browser::main::tab
|
||||||
MIME mime;
|
MIME mime;
|
||||||
Glib::ustring title;
|
Glib::ustring title;
|
||||||
Glib::ustring description;
|
Glib::ustring description;
|
||||||
double progress_fraction;
|
|
||||||
|
// 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)
|
||||||
|
|
||||||
// Actions
|
// Actions
|
||||||
Glib::RefPtr<Gio::SimpleAction> action__update;
|
Glib::RefPtr<Gio::SimpleAction> action__update;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue