More translations and UI stuff
This commit is contained in:
@@ -171,7 +171,7 @@ NewOrRestorePage::NewOrRestorePage(FirstTimeWizard *parent) : QWizardPage(parent
|
||||
auto fnPasswordEdited = [=](const QString&) {
|
||||
// Enable the Finish button if the passwords match.
|
||||
QString passphraseBlank = form.txtPassword->text();
|
||||
QString passphrase = QString("HUSH3") + passphraseBlank + QString("SDL");
|
||||
QString passphrase = QString("DRGX") + passphraseBlank + QString("SDXL");
|
||||
|
||||
if (!form.txtPassword->text().isEmpty() &&
|
||||
form.txtPassword->text() == form.txtConfirmPassword->text() && passphraseBlank.size() >= 16 ){
|
||||
|
||||
Reference in New Issue
Block a user