chore: Let users decide for the title in error reporter

pull/1889/head
Christian Kußowski 5 months ago
parent ae2086f3c2
commit 2f8547869f
No known key found for this signature in database
GPG Key ID: E067ECD60F1A0652

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

Loading…
Cancel
Save