Fix torrent client on first open

This commit is contained in:
Kylart 2019-03-16 21:17:03 +01:00
parent 3a04d6362d
commit 1546acd18f
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ export default {
if (torrent) {
this.addTorrentsFromPath([torrent])
this.show = true
}
},