Merge branch 'bugs31-email' into 'master'

Change bug reporting email address to differentiate between affected versions.

See merge request openlp/openlp!720
This commit is contained in:
Raoul Snyman 2024-02-19 06:16:21 +00:00
commit e5e8bc4164
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ class ExceptionForm(QtWidgets.QDialog, Ui_ExceptionDialog, RegistryProperties):
libs=content['libs']))
if self.file_attachment:
mail_urlquery.addQueryItem('attach', self.file_attachment)
mail_to_url = QtCore.QUrl('mailto:bugs3@openlp.org')
mail_to_url = QtCore.QUrl('mailto:bugs31@openlp.org')
mail_to_url.setQuery(mail_urlquery)
QtGui.QDesktopServices.openUrl(mail_to_url)