mirror of
https://github.com/Quill-OS/quill.git
synced 2024-12-26 07:37:21 -08:00
Make encfs dir if first setup
This commit is contained in:
parent
cea43a51b4
commit
c38c955f64
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@ encryptionManager::encryptionManager(QWidget *parent) :
|
|||
QDir dir("/mnt/onboard/onboard/encfs-dropbox");
|
||||
if(dir.isEmpty()) {
|
||||
ui->activityWidget->setCurrentIndex(4);
|
||||
mkEncfsDirs();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue