mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 19:05:46 -05:00
[partition] Fix message user if no option available
The button m_eraseButton is not tested while the button m_somethingElseButton is tested twice.
This commit is contained in:
parent
0cb6c89876
commit
d91683eec6
1 changed files with 1 additions and 1 deletions
|
@ -1464,7 +1464,7 @@ ChoicePage::setupActions()
|
|||
}
|
||||
|
||||
if ( m_somethingElseButton->isHidden() && m_alongsideButton->isHidden() && m_replaceButton->isHidden()
|
||||
&& m_somethingElseButton->isHidden() )
|
||||
&& m_eraseButton->isHidden() )
|
||||
{
|
||||
if ( atLeastOneIsMounted )
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue