mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +00:00
add implementation draft pending for api update
This commit is contained in:
parent
f124f20660
commit
a2d24145ae
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||||
|
); */
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue