mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-12 05:31:06 +00:00
add comment
This commit is contained in:
parent
ef180aaefd
commit
da29a40528
@ -83,7 +83,11 @@ namespace app::browser::main::tab
|
||||
MIME mime;
|
||||
Glib::ustring title;
|
||||
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
|
||||
Glib::RefPtr<Gio::SimpleAction> action__update;
|
||||
|
Loading…
x
Reference in New Issue
Block a user