mirror of
https://github.com/NoCrypt/migu.git
synced 2026-04-19 07:32:05 +00:00
fix: missing font toggle
This commit is contained in:
parent
2b12bd690e
commit
c474ecd447
2 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Miru",
|
||||
"version": "3.7.0",
|
||||
"version": "3.7.1",
|
||||
"author": "ThaUnknown_ <ThaUnknown@users.noreply.github.com>",
|
||||
"description": "Stream anime torrents, real-time with no waiting for downloads.",
|
||||
"main": "src/index.js",
|
||||
|
|
|
|||
|
|
@ -195,8 +195,8 @@
|
|||
data-toggle='tooltip'
|
||||
data-placement='bottom'
|
||||
data-title="Automatically Finds Fonts That Are Missing From A Video's Subtitles">
|
||||
<input type='checkbox' id='player-autoplay' bind:checked={settings.missingFont} />
|
||||
<label for='player-autoplay'>Find Missing Fonts</label>
|
||||
<input type='checkbox' id='player-missingFont' bind:checked={settings.missingFont} />
|
||||
<label for='player-missingFont'>Find Missing Fonts</label>
|
||||
</div>
|
||||
<div class='col p-10 d-flex flex-column justify-content-end'>
|
||||
<div class='font-size-24 font-weight-semi-bold d-flex'>
|
||||
|
|
|
|||
Loading…
Reference in a new issue