update beacon to focus on magnets only

This commit is contained in:
Keep Creating Online
2025-02-07 17:24:46 -05:00
parent 3bf5ef0652
commit 5a6a0e5637
2 changed files with 1 additions and 134 deletions

View File

@@ -23,17 +23,7 @@
</button>
</div>
<div class="three columns">
<!-- "Open torrent file" button -->
<button
type="file"
ngf-select="$root.openTorrentFile($file)"
ng-disabled="$root.disabled"
class="button button-danger"
>
<i class="fa fa-folder-open"></i> Open torrent file
</button>
</div>
<div class="three columns"></div>
<div class="three columns u-pull-right">
<!-- "Seed files" button -->
@@ -105,15 +95,6 @@
Copy Magnet
</button>
</li>
<li>
<!-- Download .torrent file button -->
<button
class="button button-small"
ng-click="$root.saveTorrentFile(selectedTorrent)"
>
Download .torrent
</button>
</li>
<li><strong>Hash:</strong> {{ selectedTorrent.infoHash }}</li>
</ul>
</div>