From 255b52a6dafa6e8842885a2a6ae412b91f8747e1 Mon Sep 17 00:00:00 2001 From: yggverse Date: Wed, 31 Jul 2024 03:00:15 +0300 Subject: [PATCH] allow url definition --- src/Entity/Browser/Menu/Help/Issue.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Entity/Browser/Menu/Help/Issue.php b/src/Entity/Browser/Menu/Help/Issue.php index 9856f40b..9f8bca22 100644 --- a/src/Entity/Browser/Menu/Help/Issue.php +++ b/src/Entity/Browser/Menu/Help/Issue.php @@ -43,7 +43,7 @@ class Issue /* @TODO pending for PR #153 Gtk::show_uri_on_window( $this->help->menu->browser->gtk, - self::URL + $this::URL ); */ } );