mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2024-11-28 13:08:53 +03:00
fix(AddTorrentDialog): Fix persistence not working (#1213)
This commit is contained in:
parent
8214a0ebd4
commit
9ee65335e1
1 changed files with 1 additions and 2 deletions
|
@ -97,8 +97,7 @@ export const useNavbarStore = defineStore(
|
|||
strategies: [
|
||||
{
|
||||
storage: sessionStorage,
|
||||
key: 'vuetorrent_navbar',
|
||||
paths: ['downloadData', 'uploadData']
|
||||
key: 'vuetorrent_navbar'
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue