https://bugs.kde.org/show_bug.cgi?id=357625
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |21.12 Status|REPORTED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/grap | |hics/okular/commit/01557c16 | |c4e5e66036cc1602d85dfb24ed6 | |8ebd5 --- Comment #5 from Nate Graham <n...@kde.org> --- Git commit 01557c16c4e5e66036cc1602d85dfb24ed68ebd5 by Nate Graham. Committed on 01/02/2022 at 19:58. Pushed by ngraham into branch 'master'. Put an "Add Bookmark" button on the Bookmarks sidebar Previously, the only ways to add a bookmark were with the menu item or keyboard shortcut. This commit adds a button at the bottom of the bookmarks sidebar to do the same thing, which seems like a logical place for such functionality. setupViewerActions() was moved to earlier in the setup process to ensure that m_addBookmark is assigned by the time the bookmarks sidebar is created, since it gets passed that action in its constructor. FIXED-IN: 21.12 M +3 -1 part/bookmarklist.cpp M +1 -1 part/bookmarklist.h M +3 -3 part/part.cpp https://invent.kde.org/graphics/okular/commit/01557c16c4e5e66036cc1602d85dfb24ed68ebd5 -- You are receiving this mail because: You are watching all bug changes.