update comment

This commit is contained in:
yggverse 2024-09-12 01:24:38 +03:00
parent da29a40528
commit 207e0fa64b

View File

@ -87,7 +87,7 @@ namespace app::browser::main::tab
// 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)
// * toggle window update action in main thread (e.g. on async data loading completed)
// Actions
Glib::RefPtr<Gio::SimpleAction> action__update;