mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
use open_link_variant action
This commit is contained in:
parent
0a75ca7671
commit
18c16e9e95
9 changed files with 68 additions and 35 deletions
|
|
@ -4,6 +4,7 @@
|
|||
using namespace app::browser::main::tab::page::content::text;
|
||||
|
||||
Gemini::Gemini(
|
||||
const Glib::RefPtr<Gio::SimpleAction> & ACTION__OPEN_LINK_VARIANT,
|
||||
const Glib::ustring & GEMTEXT,
|
||||
Glib::ustring & title,
|
||||
GUri * uri
|
||||
|
|
@ -18,6 +19,7 @@ Gemini::Gemini(
|
|||
|
||||
set_child(
|
||||
* Gtk::make_managed<gemini::Reader>(
|
||||
ACTION__OPEN_LINK_VARIANT,
|
||||
GEMTEXT,
|
||||
title,
|
||||
uri
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue