Allow disabling automated LUKS modes.

This commit is contained in:
Teo Mrnjavac 2016-09-26 13:14:54 +02:00
parent 5bf4bb8787
commit 5796b05fda
4 changed files with 40 additions and 2 deletions

View file

@ -123,6 +123,7 @@ private:
int m_lastSelectedDeviceIndex;
QString m_defaultFsType;
bool m_enableEncryptionWidget;
QMutex m_coreMutex;
};