DriveSetup: show content type if there is no type.
This commit is contained in:
@@ -285,6 +285,8 @@ PartitionListRow::PartitionListRow(BPartition* partition)
|
||||
|
||||
// Partition type
|
||||
|
||||
if (partitionType.IsEmpty())
|
||||
partitionType = partition->ContentType();
|
||||
SetField(new BStringField(partitionType), kPartitionTypeColumn);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user