mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 01:45:36 -04:00
[partition] No need to re-query the current choice
This commit is contained in:
parent
aef61a42bc
commit
b913753831
1 changed files with 1 additions and 1 deletions
|
@ -514,7 +514,7 @@ ChoicePage::applyActionChoice( ChoicePage::InstallChoice choice )
|
||||||
case Manual:
|
case Manual:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
updateActionChoicePreview( currentChoice() );
|
updateActionChoicePreview( choice );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue