mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 04:55:48 +03:00
Remove close/dismiss button from encryption message
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
5d0c97e214
commit
0262c77d27
1 changed files with 1 additions and 0 deletions
|
@ -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."));
|
||||
|
||||
|
|
Loading…
Reference in a new issue