add comment

This commit is contained in:
yggverse 2024-09-12 01:23:16 +03:00
parent ef180aaefd
commit da29a40528

View File

@ -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;