mirror of
https://github.com/Quill-OS/quill.git
synced 2024-12-26 23:57: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) {
|
||||
emit closeIndefiniteToast();
|
||||
emit showToast("Download successful");
|
||||
QFile::remove("/inkbox/gutenberg/getBookDone");
|
||||
break;
|
||||
}
|
||||
else {
|
||||
emit closeIndefiniteToast();
|
||||
emit showToast("Download failed");
|
||||
QFile::remove("/inkbox/gutenberg/getBookDone");
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue