Мелкий рефакторинг, добавлено удобочитаемое имя при сохраненнии fb2

This commit is contained in:
Book Pauk
2020-11-20 21:43:37 +07:00
parent c2131e3654
commit 3a211ded2e
3 changed files with 12 additions and 14 deletions

View File

@@ -393,7 +393,7 @@ class TextPage extends Vue {
this.meta = bookManager.metaOnly(this.book);
const bt = utils.getBookTitle(this.meta.fb2);
this.title = bt.title;
this.title = bt.fullTitle;
this.$root.$emit('set-app-title', this.title);