mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 08:58:22 -04:00
Ignore encrypt widget if the choice is Manual.
This commit is contained in:
parent
f5ff716369
commit
18742d2afd
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue