fix progress bar updating

This commit is contained in:
Christian Aribaud 2023-04-17 21:03:31 +02:00
parent 1299615359
commit cbb212cfbd
1 changed files with 2 additions and 0 deletions

View File

@ -258,6 +258,8 @@ function toggleViewMode() {
moveReaderDisplayToPage(CURRENT_PAGE)
IS_PAGE_MODE = true
}
updateProgressBar()
}
function moveReader(to_next) {