mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 08:58:22 -04:00
Try with new enumeration but no cache reset.
This commit is contained in:
parent
1da4360ed6
commit
003456594e
1 changed files with 0 additions and 5 deletions
|
@ -259,11 +259,6 @@ PartitionCoreModule::deletePartition( Device* device, Partition* partition )
|
|||
deletePartition( device, partition );
|
||||
}
|
||||
|
||||
if ( partition->roles().has( PartitionRole::Logical ) )
|
||||
{
|
||||
ColorUtils::invalidateCache();
|
||||
}
|
||||
|
||||
QList< Calamares::job_ptr >& jobs = deviceInfo->jobs;
|
||||
if ( partition->state() == Partition::StateNew )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue