mirror of
https://github.com/gotson/komga.git
synced 2026-05-09 05:10:19 +02:00
refactor: remove unused code
This commit is contained in:
parent
9e406e3316
commit
0635d1c4a3
1 changed files with 0 additions and 6 deletions
|
|
@ -434,12 +434,6 @@ export default Vue.extend({
|
|||
continuousReader (): boolean {
|
||||
return this.readingDirection === ReadingDirection.WEBTOON
|
||||
},
|
||||
fullWidthReader (): boolean {
|
||||
if (this.continuousReader) {
|
||||
return this.continuousScale === ContinuousScaleType.WIDTH
|
||||
}
|
||||
return this.scale === ScaleType.WIDTH
|
||||
},
|
||||
progress (): number {
|
||||
return this.page / this.pagesCount * 100
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue