Add Torrent Link modal

This commit is contained in:
DC
2016-03-09 02:43:50 -08:00
parent ab939e185d
commit c176e3897a
7 changed files with 208 additions and 48 deletions

View File

@@ -40,7 +40,7 @@ function Header (state, dispatch) {
<i
class='icon add'
title='add torrent'
onclick=${() => dispatch('addTorrent')}>
onclick=${() => dispatch('showOpenTorrentFile')}>
add
</i>
`