add implementation draft pending for api update

This commit is contained in:
yggverse 2024-07-30 22:46:59 +03:00
parent f124f20660
commit a2d24145ae

View file

@ -40,7 +40,11 @@ class Issue
'activate', 'activate',
function() function()
{ {
// @TODO self::URL /* @TODO pending for PR #153
Gtk::show_uri_on_window(
$this->help->menu->browser->gtk,
self::URL
); */
} }
); );
} }