mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Merge pull request #4617
LittleVulpix (1): fix(toxme): Remove HTML tags from ID to un-break toxme integration
This commit is contained in:
commit
1f44d603c4
|
@ -512,6 +512,7 @@ void ProfileForm::onRegisterButtonClicked()
|
|||
bodyUI->toxmeUpdateButton->setText(tr("Update (processing)"));
|
||||
|
||||
QString id = toxId->text();
|
||||
id.remove(QRegularExpression("<[^>]*>"));
|
||||
QString bio = bodyUI->toxmeBio->text();
|
||||
QString server = bodyUI->toxmeServersList->currentText();
|
||||
bool privacy = bodyUI->toxmePrivacy->isChecked();
|
||||
|
|
Loading…
Reference in New Issue
Block a user