some initial work on moving instance settings to pinia
This commit is contained in:
parent
20071d5a11
commit
9452b3084a
10 changed files with 559 additions and 195 deletions
|
|
@ -532,10 +532,9 @@ const Status = {
|
|||
...mapState(useServerSideStorageStore, {
|
||||
muteFilters: (store) => store.prefsStorage.simple.muteFilters,
|
||||
hideBotIndicatior: (store) => store.prefsStorage.simple.hideBotIndicator,
|
||||
hidePostStats: (store) => store.prefsStorage.simple.hidePostStats,
|
||||
hideScrobbles: (store) => store.prefsStorage.simple.hideScrobbles,
|
||||
hideScrobblesAfter: (store) =>
|
||||
store.prefsStorage.simple.hideScrobblesAfter,
|
||||
hidePostStats: (store) => store.mergedConfig.hidePostStats,
|
||||
hideScrobbles: (store) => store.mergedConfig.hideScrobbles,
|
||||
hideScrobblesAfter: (store) => store.mergedConfig.hideScrobblesAfter,
|
||||
}),
|
||||
},
|
||||
methods: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue