mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-25 11:25:48 -05:00
Don't enable next for replace by default.
This commit is contained in:
parent
736d35840d
commit
afef78d1af
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ ChoicePage::setupChoices()
|
|||
if ( checked )
|
||||
{
|
||||
m_choice = Replace;
|
||||
setNextEnabled( true );
|
||||
setNextEnabled( false );
|
||||
emit actionChosen();
|
||||
}
|
||||
} );
|
||||
|
|
Loading…
Add table
Reference in a new issue