draft link activation event

This commit is contained in:
yggverse 2024-09-14 03:33:28 +03:00
parent bf14e7f173
commit e10b693bbf

View File

@ -35,6 +35,17 @@ Gemini::Gemini(
true
);
// Connect signals
label->signal_activate_link().connect(
[label](const Glib::ustring & URI) -> bool
{
// @TODO follow action
return false;
},
false // after
);
set_child(
* label
);