fix: typo

This commit is contained in:
ThaUnknown 2023-02-27 00:15:58 +01:00
parent 435d8aa52c
commit 9b38f8cc09
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "Miru", "name": "Miru",
"version": "3.8.0", "version": "3.8.1",
"author": "ThaUnknown_ <ThaUnknown@users.noreply.github.com>", "author": "ThaUnknown_ <ThaUnknown@users.noreply.github.com>",
"description": "Stream anime torrents, real-time with no waiting for downloads.", "description": "Stream anime torrents, real-time with no waiting for downloads.",
"main": "src/index.js", "main": "src/index.js",

View file

@ -331,7 +331,7 @@
class='custom-switch mb-10 pl-10 font-size-16 w-300' class='custom-switch mb-10 pl-10 font-size-16 w-300'
data-toggle='tooltip' data-toggle='tooltip'
data-placement='bottom' data-placement='bottom'
data-title='Disables Distributed Hash Tables For Use In Private Trackers To Improve Piracy'> data-title='Disables Distributed Hash Tables For Use In Private Trackers To Improve Privacy'>
<input type='checkbox' id='torrent-dht' bind:checked={settings.torrentDHT} /> <input type='checkbox' id='torrent-dht' bind:checked={settings.torrentDHT} />
<label for='torrent-dht'>Disable DHT</label> <label for='torrent-dht'>Disable DHT</label>
</div> </div>
@ -339,7 +339,7 @@
class='custom-switch mb-10 pl-10 font-size-16 w-300' class='custom-switch mb-10 pl-10 font-size-16 w-300'
data-toggle='tooltip' data-toggle='tooltip'
data-placement='bottom' data-placement='bottom'
data-title='Disables Peer Exchange For Use In Private Trackers To Improve Piracy'> data-title='Disables Peer Exchange For Use In Private Trackers To Improve Privacy'>
<input type='checkbox' id='torrent-pex' bind:checked={settings.torrentPeX} /> <input type='checkbox' id='torrent-pex' bind:checked={settings.torrentPeX} />
<label for='torrent-pex'>Disable PeX</label> <label for='torrent-pex'>Disable PeX</label>
</div> </div>