mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Move more button at the end of actions in listview
This commit is contained in:
parent
6afbda6ff3
commit
7dd09909d2
2 changed files with 5 additions and 5 deletions
|
@ -1356,7 +1356,7 @@ define(['loading', 'appRouter', 'layoutManager', 'connectionManager', 'userSetti
|
|||
items: result.Items,
|
||||
showIndexNumber: false,
|
||||
enableOverview: true,
|
||||
enablePlayedButton: false,
|
||||
enablePlayedButton: layoutManager.mobile ? false : true,
|
||||
imageSize: 'large',
|
||||
enableSideMediaInfo: false,
|
||||
highlight: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue