We want to format partitions we create

This commit is contained in:
Aurélien Gâteau 2014-07-04 18:00:25 +02:00
parent 467d89f56f
commit f27ff4c717

View File

@ -115,5 +115,6 @@ CreatePartitionDialog::createPartitionInfo()
auto info = new PartitionInfo( partition );
info->mountPoint = m_ui->mountPointComboBox->currentText();
info->format = true;
return info;
}