Make default partition entry have partNoEncrypt be false

This commit is contained in:
Victor Fuentes 2024-02-26 01:55:26 -05:00
parent 7379e7f28d
commit 01cbe07641
No known key found for this signature in database
GPG Key ID: 0A88B68D6A9ACAE0

View File

@ -37,7 +37,7 @@ public:
quint64 partAttributes = 0;
QString partMountPoint;
FileSystem::Type partFileSystem = FileSystem::Unknown;
bool partNoEncrypt;
bool partNoEncrypt = false;
QVariantMap partFeatures;
Calamares::Partition::PartitionSize partSize;
Calamares::Partition::PartitionSize partMinSize;