update method name

This commit is contained in:
yggverse 2024-09-02 21:56:06 +03:00
parent f9c2e6ab87
commit 2e5ebda5db
4 changed files with 34 additions and 35 deletions

View file

@ -18,7 +18,7 @@ namespace app::browser::main::tab::page
Progressbar();
void set(
void refresh(
double fraction
);
};