mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-30 10:55:37 -04:00
Update fields when the default filesystem is chosen.
This commit is contained in:
parent
fe107ac762
commit
7a03dc102d
1 changed files with 1 additions and 0 deletions
|
@ -103,6 +103,7 @@ CreatePartitionDialog::CreatePartitionDialog( Device* device, PartitionNode* par
|
||||||
|
|
||||||
// Select a default
|
// Select a default
|
||||||
m_ui->fsComboBox->setCurrentIndex( defaultFsIndex );
|
m_ui->fsComboBox->setCurrentIndex( defaultFsIndex );
|
||||||
|
updateMountPointUi();
|
||||||
|
|
||||||
setupFlagsList();
|
setupFlagsList();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue