mirror of
https://github.com/Quill-OS/quill.git
synced 2024-12-26 07:37:21 -08:00
encfs fixes
This commit is contained in:
parent
116868f615
commit
db3d40d950
3 changed files with 2 additions and 2 deletions
BIN
encryption-small.png
Normal file
BIN
encryption-small.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue