Добавил опцию "Инлайн в центр"

This commit is contained in:
Book Pauk
2019-02-20 21:39:17 +07:00
parent 8491c40890
commit 5f2206e766
7 changed files with 26 additions and 9 deletions

View File

@@ -201,7 +201,7 @@ class Reader extends Vue {
mounted() {
(async() => {
await bookManager.init();
await bookManager.init(this.settings);
await restoreOldSettings(this.settings, bookManager, this.commit);
if (this.$root.rootRoute == '/reader') {