fix(webui): webtoon page margin is not restored

Closes: #1944
This commit is contained in:
Gauthier Roebroeck 2025-05-02 17:27:50 +08:00
parent f03ba84cca
commit 80fa75aa1b

View file

@ -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))