use native glib::uri parser

This commit is contained in:
yggverse 2024-09-14 14:07:18 +03:00
parent 3545d23f3f
commit e8e46a6217
7 changed files with 72 additions and 126 deletions

View file

@ -88,6 +88,8 @@ namespace app::browser::main::tab
// Tools
double progress_fraction; // async load indication (progress bar)
GUri * uri;
// Actions
Glib::RefPtr<Gio::SimpleAction> action__update;