mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 21:46:03 +03:00
Fix displaying URL in account settings.
I deleted too much code there last time.
This commit is contained in:
parent
a6bf33c501
commit
224fd21612
1 changed files with 1 additions and 1 deletions
|
@ -415,7 +415,7 @@ void AccountSettings::slotOCInfo( const QString& url, const QString& versionStr,
|
|||
qDebug() << "#-------# oC found on " << url;
|
||||
/* enable the open button */
|
||||
ui->connectLabel->setOpenExternalLinks(true);
|
||||
ui->connectLabel->setText( tr("Connected to <a href=\"%1\">%1</a>.") );
|
||||
ui->connectLabel->setText( tr("Connected to <a href=\"%1\">%1</a>.").arg(url) );
|
||||
ui->connectLabel->setToolTip( tr("Version: %1 (%2)").arg(versionStr).arg(version));
|
||||
ui->_ButtonAdd->setEnabled(true);
|
||||
|
||||
|
|
Loading…
Reference in a new issue