mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 09:55:37 -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->mountPointLabel->setEnabled( canMount );
|
||||||
m_ui->mountPointComboBox->setEnabled( canMount );
|
m_ui->mountPointComboBox->setEnabled( canMount );
|
||||||
if ( !canMount )
|
if ( !canMount )
|
||||||
m_ui->mountPointComboBox->setCurrentText( QString() );
|
setSelectedMountPoint( m_ui->mountPointComboBox, QString() );
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue