Do not write bootloader install path if the system is EFI.

This commit is contained in:
Teo Mrnjavac 2017-01-18 12:10:50 +01:00
parent a65a5bfc61
commit 45adde11e1
2 changed files with 8 additions and 1 deletions

View file

@ -66,6 +66,7 @@ private:
QMutex m_revertMutex;
int m_lastSelectedBootLoaderIndex;
bool m_isEfi;
};
#endif // PARTITIONPAGE_H