mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
pin album/song list filters by default
This commit is contained in:
@@ -132,7 +132,10 @@ export const useAppStore = createWithEqualityFn<AppSlice>()(
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
isReorderingQueue: false,
|
isReorderingQueue: false,
|
||||||
pageSidebar: {},
|
pageSidebar: {
|
||||||
|
album: true,
|
||||||
|
song: true,
|
||||||
|
},
|
||||||
platform: Platform.WINDOWS,
|
platform: Platform.WINDOWS,
|
||||||
privateMode: false,
|
privateMode: false,
|
||||||
showTimeRemaining: false,
|
showTimeRemaining: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user