mirror of
https://github.com/Quill-OS/quill.git
synced 2024-12-26 23:57:22 -08:00
Remove bookConfigSetUp file after bookconfig_mount call
This commit is contained in:
parent
caeca49c2e
commit
cdee7a740e
1 changed files with 1 additions and 0 deletions
|
@ -194,6 +194,7 @@ reader::reader(QWidget *parent) :
|
|||
// Callback handler to wait until bookconfig_mount has finished execution
|
||||
while(true) {
|
||||
if(QFile::exists("/inkbox/bookConfigSetUp")) {
|
||||
QFile::remove("/inkbox/bookConfigSetUp");
|
||||
setupLocalSettingsEnvironment();
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue