mirror of
https://github.com/gotson/komga.git
synced 2025-12-06 08:32:25 +01:00
parent
f03ba84cca
commit
80fa75aa1b
1 changed files with 1 additions and 0 deletions
|
|
@ -464,6 +464,7 @@ export default Vue.extend({
|
|||
this.scale = this.$store.state.persistedState.webreader.paged.scale
|
||||
this.continuousScale = this.$store.state.persistedState.webreader.continuous.scale
|
||||
this.sidePadding = this.$store.state.persistedState.webreader.continuous.padding
|
||||
this.pageMargin = this.$store.state.persistedState.webreader.continuous.margin
|
||||
this.backgroundColor = this.$store.state.persistedState.webreader.background
|
||||
|
||||
this.setup(this.bookId, Number(this.$route.query.page))
|
||||
|
|
|
|||
Loading…
Reference in a new issue