mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 17:35:37 -04:00
Reapply the action choice instead.
This commit is contained in:
parent
b2b202d190
commit
2c68802446
3 changed files with 4 additions and 7 deletions
|
@ -556,11 +556,6 @@ ChoicePage::doAlongsideApply()
|
|||
|
||||
QMutexLocker locker( &m_coreMutex );
|
||||
|
||||
if ( m_core->isDirty() )
|
||||
{
|
||||
m_core->revert();
|
||||
}
|
||||
|
||||
QString path = m_beforePartitionBarsView->
|
||||
selectionModel()->
|
||||
currentIndex().data( PartitionModel::PartitionPathRole ).toString();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue