fix(AddTorrentDialog): Fix persistence not working (#1213)

This commit is contained in:
Rémi Marseault 2023-10-28 14:28:42 +02:00 committed by GitHub
parent 8214a0ebd4
commit 9ee65335e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -97,8 +97,7 @@ export const useNavbarStore = defineStore(
strategies: [ strategies: [
{ {
storage: sessionStorage, storage: sessionStorage,
key: 'vuetorrent_navbar', key: 'vuetorrent_navbar'
paths: ['downloadData', 'uploadData']
} }
] ]
} }