Fixed contact URL

This commit is contained in:
Nick Bolton 2022-05-14 14:22:35 +01:00 committed by GitHub
parent 96ffc62de6
commit afca72f4a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,7 @@ void ActivationDialog::accept()
catch (std::exception& e) {
message.critical(this, "Activation failed",
tr("An error occurred while trying to activate Synergy. "
"<a href=\"https://symless.com/synergy/contact-support\" style=\"text-decoration: none; color: #4285F4;\">"
"<a href=\"https://symless.com/synergy/contact-support?source=gui\" style=\"text-decoration: none; color: #4285F4;\">"
"Please contact the helpdesk</a>, and provide the following information:"
"<br><br>%1").arg(e.what()));
refreshSerialKey();