Skip to content

Commit e86f17e

Browse files
author
hackpulsar
committed
make rsa key size combo box disabled by default
1 parent 60f11e6 commit e86f17e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/windows/upload_dialog.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ UploadDialog::UploadDialog(std::string filePath, QWidget *parent)
2121
loadingAnimation = new QMovie(this);
2222
loadingAnimation->setFileName(QString(ASSETS_PATH) + "/loading.gif");
2323

24+
ui->keySizeComboBox->setEnabled(false); // off by default, since AES is chosen
25+
2426
connect(
2527
ui->algorithmComboBox, &QComboBox::currentTextChanged,
2628
this, &UploadDialog::switchEncryptionAlgorithm

0 commit comments

Comments
 (0)