mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 01:15:38 -04:00
[partition] Avoid sneaking an empty string into the mount points combo
This commit is contained in:
parent
255a99d714
commit
323d20d1a5
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@ EditExistingPartitionDialog::updateMountPointPicker()
|
|||
m_ui->mountPointLabel->setEnabled( canMount );
|
||||
m_ui->mountPointComboBox->setEnabled( canMount );
|
||||
if ( !canMount )
|
||||
m_ui->mountPointComboBox->setCurrentText( QString() );
|
||||
setSelectedMountPoint( m_ui->mountPointComboBox, QString() );
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue