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

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudio Cambra <claudio.cambra@nextcloud.com>2022-11-10 17:43:56 +0300
committerClaudio Cambra <claudio.cambra@nextcloud.com>2022-11-10 17:43:56 +0300
commitc6782ba3a9e480951e900e4cabae176289a498e0 (patch)
treeddd0946d78b77abbf431e8dbd612f55965dc9f0f
parentfd561d7d6162f1ca49057601b433e96033c6f120 (diff)
Remove close/dismiss button from encryption messagefeature/encryption-ux
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
-rw-r--r--src/gui/accountsettings.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/accountsettings.cpp b/src/gui/accountsettings.cpp
index 7ff539531..fef88676c 100644
--- a/src/gui/accountsettings.cpp
+++ b/src/gui/accountsettings.cpp
@@ -228,6 +228,7 @@ AccountSettings::AccountSettings(AccountState *accountState, QWidget *parent)
// Connect E2E stuff
initializeE2eEncryption();
+ _ui->encryptionMessage->setCloseButtonVisible(false);
_ui->connectLabel->setText(tr("No account configured."));