From 1546acd18fa0066f289906c9d3f2cd18f2f5ddd1 Mon Sep 17 00:00:00 2001 From: Kylart Date: Sat, 16 Mar 2019 21:17:03 +0100 Subject: [PATCH] Fix torrent client on first open --- app/web/components/torrents/dialog.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/app/web/components/torrents/dialog.vue b/app/web/components/torrents/dialog.vue index 5f7190f..f7d51a6 100644 --- a/app/web/components/torrents/dialog.vue +++ b/app/web/components/torrents/dialog.vue @@ -55,6 +55,7 @@ export default { if (torrent) { this.addTorrentsFromPath([torrent]) + this.show = true } },