chore: Let users decide for the title in error reporter

This commit is contained in:
Christian Kußowski 2025-05-18 09:38:31 +02:00
parent ae2086f3c2
commit 2f8547869f
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

@ -49,10 +49,7 @@ class ErrorReporter {
onPressed: () => launchUrl(
AppConfig.newIssueUrl.resolveUri(
Uri(
queryParameters: {
'template': 'bug_report.yaml',
'title': '[BUG]: ${message ?? error.toString()}',
},
queryParameters: {'template': 'bug_report.yaml'},
),
),
mode: LaunchMode.externalApplication,