Browse Source

allow url definition

PHP-GTK3
yggverse 4 months ago
parent
commit
255b52a6da
  1. 2
      src/Entity/Browser/Menu/Help/Issue.php

2
src/Entity/Browser/Menu/Help/Issue.php

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

Loading…
Cancel
Save