mirror of
https://git.launchpad.net/~ubuntu-qt-code/ubuntu/+source/calamares/+git/calamares
synced 2026-03-13 02:37:39 +00:00
12 lines
329 B
Diff
12 lines
329 B
Diff
--- a/src/modules/partition/gui/PartitionPage.cpp
|
|
+++ b/src/modules/partition/gui/PartitionPage.cpp
|
|
@@ -545,7 +545,7 @@ PartitionPage::editExistingPartition( De
|
|
void
|
|
PartitionPage::updateBootLoaderInstallPath()
|
|
{
|
|
- if ( m_isEfi || !m_ui->bootLoaderComboBox->isVisible() )
|
|
+ if ( m_isEfi )
|
|
{
|
|
return;
|
|
}
|