mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 01:45:36 -04:00
Revert all devices if core dirty on device choice.
This commit is contained in:
parent
3ea110524a
commit
877fa98ea6
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,7 @@ ChoicePage::applyDeviceChoice()
|
||||||
|
|
||||||
if ( m_core->isDirty() )
|
if ( m_core->isDirty() )
|
||||||
{
|
{
|
||||||
m_core->revertDevice( selectedDevice() );
|
m_core->revertAllDevices();
|
||||||
}
|
}
|
||||||
|
|
||||||
Device* currd = selectedDevice();
|
Device* currd = selectedDevice();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue