Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2022-05-13 15:05:04 +0300
committerHannah von Reth <vonreth@kde.org>2022-05-13 16:45:32 +0300
commit6c08556fb51427db69864db77e3fb1b69d736edb (patch)
treef3fc15dee0f4dcd1f18696d470b518bef481f508 /src/gui/accountsettings.cpp
parent06ac999a655dadb07b721890add4ee764632d416 (diff)
Remove the ssl button
With the reworked TLS handlign the button stopped working
Diffstat (limited to 'src/gui/accountsettings.cpp')
-rw-r--r--src/gui/accountsettings.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/accountsettings.cpp b/src/gui/accountsettings.cpp
index fd5b54881..7f3fa147f 100644
--- a/src/gui/accountsettings.cpp
+++ b/src/gui/accountsettings.cpp
@@ -781,7 +781,6 @@ void AccountSettings::slotAccountStateChanged()
{
const AccountState::State state = _accountState ? _accountState->state() : AccountState::Disconnected;
if (state != AccountState::Disconnected) {
- ui->sslButton->updateAccountState(_accountState);
AccountPtr account = _accountState->account();
QUrl safeUrl(account->url());
safeUrl.setPassword(QString()); // Remove the password from the URL to avoid showing it in the UI