Fix URL for reporting an issue via GitHub (#706)

* Fix URL for reporting an issue via GitHub

* Format
This commit is contained in:
Oliver 2025-11-03 21:39:48 +11:00 committed by GitHub
parent 0fc80b1be3
commit 490d008447
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 9 additions and 2 deletions

View file

@ -49,7 +49,8 @@ class InvenTreeAboutWidget extends StatelessWidget {
var url = Uri(
scheme: "https",
host: "github.com",
path: "inventree/inventree-app/issues/new?title=Enter+bug+description",
path: "inventree/inventree-app/issues/new/",
queryParameters: {"title": "Enter bug description"},
);
if (await canLaunchUrl(url)) {