mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-03-30 05:20:55 +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: [
|
strategies: [
|
||||||
{
|
{
|
||||||
storage: sessionStorage,
|
storage: sessionStorage,
|
||||||
key: 'vuetorrent_navbar',
|
key: 'vuetorrent_navbar'
|
||||||
paths: ['downloadData', 'uploadData']
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue