From: Claudio Cambra Date: Mon, 14 Nov 2022 12:22:15 +0000 (+0100) Subject: Add info icon when encryption not yet enabled X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~11^2~113^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c1d6482c695a9d8c5eb1ff47dd9427a7c01793ee;p=nextcloud-desktop.git Add info icon when encryption not yet enabled Signed-off-by: Claudio Cambra --- diff --git a/src/gui/accountsettings.cpp b/src/gui/accountsettings.cpp index 7c8250a81..ac351c868 100644 --- a/src/gui/accountsettings.cpp +++ b/src/gui/accountsettings.cpp @@ -1458,6 +1458,7 @@ void AccountSettings::initializeE2eEncryption() slotE2eEncryptionMnemonicReady(); } else { _ui->encryptionMessage->setText(tr("This account supports End-to-End encryption")); + _ui->encryptionMessage->setIcon(Theme::createColorAwareIcon(QStringLiteral(":/client/theme/black/state-info.svg"))); _ui->encryptionMessage->hide(); auto *const actionEnableE2e = addActionToEncryptionMessage(tr("Enable encryption"), e2EeUiActionEnableEncryptionId);