Ignore encrypt widget if the choice is Manual.
This commit is contained in:
parent
f5ff716369
commit
18742d2afd
@ -1293,7 +1293,8 @@ ChoicePage::updateNextEnabled()
|
||||
enabled = false;
|
||||
}
|
||||
|
||||
if ( m_encryptWidget->isVisible() &&
|
||||
if ( m_choice != Manual &&
|
||||
m_encryptWidget->isVisible() &&
|
||||
m_encryptWidget->state() == EncryptWidget::EncryptionUnconfirmed )
|
||||
enabled = false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user