mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 10:55:46 -05:00
Unbreak
This commit is contained in:
parent
abfc009872
commit
c717a08d6d
1 changed files with 0 additions and 6 deletions
|
@ -149,9 +149,6 @@ ReplaceWidget::onPartitionSelected()
|
|||
PartitionModel* model = qobject_cast< PartitionModel* >( m_ui->partitionTreeView->model() );
|
||||
if ( model && ok )
|
||||
{
|
||||
// Remove any previously appended changes from m_core state.
|
||||
m_core->clearJobs();
|
||||
|
||||
QStringList osproberLines = Calamares::JobQueue::instance()
|
||||
->globalStorage()
|
||||
->value( "osproberLines" ).toStringList();
|
||||
|
@ -321,9 +318,6 @@ ReplaceWidget::onPartitionSelected()
|
|||
.arg( prettyName ) );
|
||||
setNextEnabled( true );
|
||||
}
|
||||
|
||||
// Check and preview operations done.
|
||||
applyChanges();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue