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:
Nicolas Mailloux 2021-11-09 22:31:54 -05:00
parent 9982671fc9
commit c3c681ea2d

View file

@ -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);