If you selected "Manual Partitioning", Scan for partition information.
This commit is contained in:
parent
59985eaf4e
commit
3e9eabe9df
@ -586,8 +586,21 @@ ChoicePage::applyActionChoice( InstallChoice choice )
|
|||||||
&ChoicePage::doAlongsideSetupSplitter,
|
&ChoicePage::doAlongsideSetupSplitter,
|
||||||
Qt::UniqueConnection );
|
Qt::UniqueConnection );
|
||||||
break;
|
break;
|
||||||
case InstallChoice::NoChoice:
|
|
||||||
case InstallChoice::Manual:
|
case InstallChoice::Manual:
|
||||||
|
if ( m_core->isDirty() )
|
||||||
|
{
|
||||||
|
ScanningDialog::run(
|
||||||
|
QtConcurrent::run(
|
||||||
|
[ = ]
|
||||||
|
{
|
||||||
|
QMutexLocker locker( &m_coreMutex );
|
||||||
|
m_core->revertDevice( selectedDevice() );
|
||||||
|
} ),
|
||||||
|
[] {},
|
||||||
|
this );
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
case InstallChoice::NoChoice:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
updateNextEnabled();
|
updateNextEnabled();
|
||||||
|
Loading…
Reference in New Issue
Block a user