mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
draft action open
This commit is contained in:
parent
2a0b9f194f
commit
072a64dac7
2 changed files with 19 additions and 1 deletions
|
|
@ -117,7 +117,13 @@ Reader::Reader(
|
|||
signal_activate_link().connect(
|
||||
[this](const Glib::ustring & URI) -> bool
|
||||
{
|
||||
// @TODO follow action
|
||||
// Open link URI
|
||||
activate_action(
|
||||
"win.open",
|
||||
Glib::Variant<Glib::ustring>::create(
|
||||
URI
|
||||
)
|
||||
);
|
||||
|
||||
return false;
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue