mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-27 19:51:37 +00:00
Merge master
This commit is contained in:
commit
b212f1d5bb
9 changed files with 84 additions and 27 deletions
|
|
@ -13,7 +13,7 @@ export const getters = {}
|
|||
|
||||
export const mutations = {
|
||||
updateWindowSize(state, { width, height }) {
|
||||
state.isMobile = width < 768 || height < 768
|
||||
state.isMobile = width < 640 || height < 640
|
||||
state.isMobileLandscape = state.isMobile && height > width
|
||||
},
|
||||
setShowUserCollectionsModal(state, val) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue