Only override BIOS bootloader install path if there's no UI.
This commit is contained in:
parent
7a89b53538
commit
a4831085fb
@ -500,6 +500,7 @@ ChoicePage::onLeave()
|
||||
}
|
||||
else // installPath is then passed to the bootloader module for MBR setup
|
||||
{
|
||||
if ( m_bootloaderComboBox.isNull() )
|
||||
m_core->setBootLoaderInstallPath( selectedDevice()->deviceNode() );
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user