mirror of
https://github.com/Quill-OS/quill.git
synced 2024-12-26 23:57:22 -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()
|
void encryptionManager::on_setupAbortBtn_clicked()
|
||||||
{
|
{
|
||||||
setDefaultWorkDir();
|
setDefaultWorkDir();
|
||||||
string_writeconfig(".config/18-encrypted_storage/config", "false");
|
string_writeconfig(".config/18-encrypted_storage/status", "false");
|
||||||
quit_restart();
|
quit_restart();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -73,7 +73,7 @@
|
||||||
<widget class="QLabel" name="descriptionLabel">
|
<widget class="QLabel" name="descriptionLabel">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Encrypted storage permits you to keep your most important files and data safe from anyone else than you.
|
<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>
|
||||||
<property name="alignment">
|
<property name="alignment">
|
||||||
<set>Qt::AlignCenter</set>
|
<set>Qt::AlignCenter</set>
|
||||||
|
|
Loading…
Reference in a new issue