mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +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,
|
||||
pageSidebar: {},
|
||||
pageSidebar: {
|
||||
album: true,
|
||||
song: true,
|
||||
},
|
||||
platform: Platform.WINDOWS,
|
||||
privateMode: false,
|
||||
showTimeRemaining: false,
|
||||
|
||||
Reference in New Issue
Block a user