mirror of
https://github.com/Quill-OS/quill.git
synced 2024-12-27 16:17:21 -08:00
Don't force user to use encrypted storage
This commit is contained in:
parent
c3c681ea2d
commit
6e095df5cb
1 changed files with 0 additions and 4 deletions
4
main.cpp
4
main.cpp
|
@ -32,10 +32,6 @@
|
||||||
int main(int argc, char *argv[])
|
int main(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
setDefaultWorkDir();
|
setDefaultWorkDir();
|
||||||
string_checkconfig_ro(".config/18-encrypted_storage/status");
|
|
||||||
if(checkconfig_str_val.isEmpty() == true) {
|
|
||||||
string_writeconfig(".config/18-encrypted_storage/status", "true");
|
|
||||||
}
|
|
||||||
if(checkconfig(".config/18-encrypted_storage/status") == true and checkconfig("/external_root/run/encfs_mounted") == false) {
|
if(checkconfig(".config/18-encrypted_storage/status") == true and checkconfig("/external_root/run/encfs_mounted") == false) {
|
||||||
// Open Encryption Manager to unlock encrypted storage
|
// Open Encryption Manager to unlock encrypted storage
|
||||||
QApplication a(argc, argv);
|
QApplication a(argc, argv);
|
||||||
|
|
Loading…
Reference in a new issue