draft local action group for page links navigation

This commit is contained in:
yggverse 2024-09-15 13:09:18 +03:00
parent 44ceb06db5
commit 39ed3edbb9
4 changed files with 31 additions and 22 deletions

View file

@ -126,7 +126,7 @@ Reader::Reader(
if (SCHEME == NULL || SCHEME == Glib::ustring("gemini"))
{
return activate_action(
"win.open", // @TODO
"page.open", // @TODO use action argument
Glib::Variant<Glib::ustring>::create(
URI
)