Change bug reporting email address to differentiate between affected versions.

This commit is contained in:
Tomas Groth 2024-02-18 09:51:06 +01:00
parent 50c431a1f1
commit 8c61bb68fd
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)