Remove bookConfigSetUp file after bookconfig_mount call

This commit is contained in:
Nicolas Mailloux 2021-09-06 23:25:19 -04:00
parent caeca49c2e
commit cdee7a740e

View file

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