Skip to content

Commit

Permalink
fix: leaflets show floating bookmarks button
Browse files Browse the repository at this point in the history
  • Loading branch information
klikli-dev committed Nov 13, 2024
1 parent 2afb7fb commit 5d68bb4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ protected void initNavigationButtons() {
}
this.addRenderableWidget(new BackButton(this, this.width / 2 - BackButton.WIDTH / 2, this.bookTop + SINGLE_PAGE_BOOK_BACKGROUND_HEIGHT - BackButton.HEIGHT / 2));

this.updateBookmarksButton();
// this.updateBookmarksButton(); //no bookmarks on leaflets!
}

@Override
Expand Down

0 comments on commit 5d68bb4

Please sign in to comment.