encfs fixes

This commit is contained in:
Nicolas Mailloux 2021-10-08 23:49:39 -04:00
parent 116868f615
commit db3d40d950
3 changed files with 2 additions and 2 deletions

BIN
encryption-small.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View file

@ -59,7 +59,7 @@ void encryptionManager::on_setupContinueBtn_clicked()
void encryptionManager::on_setupAbortBtn_clicked()
{
setDefaultWorkDir();
string_writeconfig(".config/18-encrypted_storage/config", "false");
string_writeconfig(".config/18-encrypted_storage/status", "false");
quit_restart();
}

View file

@ -73,7 +73,7 @@
<widget class="QLabel" name="descriptionLabel">
<property name="text">
<string>Encrypted storage permits you to keep your most important files and data safe from anyone else than you.
Would you want to enable it?</string>
Would you like to enable it?</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>