[partition] Indicate that a filesystem is new in GS
This commit is contained in:
parent
7c2a196568
commit
158e11de1e
@ -100,6 +100,7 @@ mapForPartition( Partition* partition, const QString& uuid )
|
||||
map[ "fs" ] = untranslatedFS( dynamic_cast< FS::luks& >( partition->fileSystem() ).innerFS() );
|
||||
}
|
||||
map[ "uuid" ] = uuid;
|
||||
map[ "new" ] = partition->state() == Partition::StateNew;
|
||||
|
||||
// Debugging for inside the loop in createPartitionList(),
|
||||
// so indent a bit
|
||||
|
Loading…
Reference in New Issue
Block a user