Only override BIOS bootloader install path if there's no UI.

main
Teo Mrnjavac 11 years ago
parent 7a89b53538
commit a4831085fb

@ -500,7 +500,8 @@ ChoicePage::onLeave()
}
else // installPath is then passed to the bootloader module for MBR setup
{
m_core->setBootLoaderInstallPath( selectedDevice()->deviceNode() );
if ( m_bootloaderComboBox.isNull() )
m_core->setBootLoaderInstallPath( selectedDevice()->deviceNode() );
}
}

Loading…
Cancel
Save