mirror of
https://github.com/Quill-OS/quill.git
synced 2024-12-28 08:37:22 -08:00
Delete getBookDone file
This commit is contained in:
parent
33aba576de
commit
9a309773d6
1 changed files with 2 additions and 0 deletions
|
@ -117,11 +117,13 @@ void bookInfoDialog::waitForBookFetch() {
|
||||||
if(checkconfig("/inkbox/gutenberg/getBookDone") == true) {
|
if(checkconfig("/inkbox/gutenberg/getBookDone") == true) {
|
||||||
emit closeIndefiniteToast();
|
emit closeIndefiniteToast();
|
||||||
emit showToast("Download successful");
|
emit showToast("Download successful");
|
||||||
|
QFile::remove("/inkbox/gutenberg/getBookDone");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
emit closeIndefiniteToast();
|
emit closeIndefiniteToast();
|
||||||
emit showToast("Download failed");
|
emit showToast("Download failed");
|
||||||
|
QFile::remove("/inkbox/gutenberg/getBookDone");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue