mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-12 21:51:20 +00:00
add comment
This commit is contained in:
parent
ef180aaefd
commit
da29a40528
@ -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…
x
Reference in New Issue
Block a user