mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-10 11:21:36 +00:00
Add toolbar option for displaying details on book card hover
This commit is contained in:
parent
d48db78472
commit
bd40be94ab
4 changed files with 44 additions and 1 deletions
|
|
@ -9,6 +9,7 @@ export const state = () => ({
|
|||
collapseSeries: false,
|
||||
collapseBookSeries: false,
|
||||
showSubtitles: false,
|
||||
showDetailsOnHover: false,
|
||||
useChapterTrack: false,
|
||||
seriesSortBy: 'name',
|
||||
seriesSortDesc: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue