mirror of
https://github.com/Quill-OS/quill.git
synced 2024-10-31 21:33:22 -07:00
Full storage encryption/decryption stack working!
... (hopefully) Also, I still need to add a "Repack encrypted archive" option for new books
This commit is contained in:
parent
9982671fc9
commit
c3c681ea2d
1 changed files with 1 additions and 0 deletions
|
@ -910,6 +910,7 @@ void settings::on_enableEncryptedStorageCheckBox_toggled(bool checked)
|
|||
|
||||
void settings::disableStorageEncryption() {
|
||||
setDefaultWorkDir();
|
||||
string_writeconfig("/external_root/run/encfs_stop_cleanup", "true");
|
||||
string_writeconfig("/opt/ibxd", "encfs_stop\n");
|
||||
QThread::msleep(5000);
|
||||
|
||||
|
|
Loading…
Reference in a new issue