Мелкие поправки

This commit is contained in:
Book Pauk
2019-08-23 12:48:32 +07:00
parent 036547e260
commit 4fe5b44655
2 changed files with 6 additions and 4 deletions

View File

@@ -90,6 +90,7 @@ class BookManager {
await this.cleanBooks();
await this.cleanRecentBooks();
this.recentChanged = true;
this.loaded = true;
this.emit('load-stored-finish');
}