mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-03-14 03:59:53 +03:00
fix(AddTorrent): Error while accessing preferences (#1216)
This commit is contained in:
parent
1792df965b
commit
c76007241d
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,6 @@ onBeforeMount(() => {
|
|||
vuetorrentStore.setLanguage(vuetorrentStore.language)
|
||||
checkAuthentication()
|
||||
blockContextMenu()
|
||||
navbarStore.initAddTorrentDialogForm()
|
||||
})
|
||||
|
||||
watch(
|
||||
|
@ -82,6 +81,7 @@ watch(
|
|||
await logStore.fetchLogs()
|
||||
await maindataStore.fetchCategories()
|
||||
await maindataStore.fetchTags()
|
||||
navbarStore.initAddTorrentDialogForm()
|
||||
} else {
|
||||
appStore.clearIntervals()
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue