mirror of
https://github.com/ThaUnknown/miru.git
synced 2026-08-19 13:05:37 +00:00
change naming to be more consistent and inline with expectations
This commit is contained in:
parent
d2758629ef
commit
f9ab49505f
2 changed files with 4 additions and 4 deletions
|
|
@ -313,7 +313,7 @@
|
|||
<label for="subtitle3">Video Canvas Merging [Displays subtitles in PiP and ChromeCast, requires
|
||||
<a href="chrome://flags/#disable-accelerated-2d-canvas"
|
||||
target="_blank">chrome://flags/#disable-accelerated-2d-canvas</a> set to
|
||||
Disabled]</label>
|
||||
Disabled, CPU intensive]</label>
|
||||
</div>
|
||||
|
||||
|
||||
|
|
@ -351,11 +351,11 @@
|
|||
</div>
|
||||
<div class="custom-switch mb-20">
|
||||
<input type="checkbox" id="torrent5">
|
||||
<label for="torrent5">Drive Store [GREATLY reduces RAM usage, increases CPU and Drive usage, bad for SSDs]</label>
|
||||
<label for="torrent5">Drive Caching [Greatly reduces RAM usage, increases CPU and Drive usage, bad for SSDs]</label>
|
||||
</div>
|
||||
|
||||
<h1 class="content-title font-size-22">
|
||||
Other
|
||||
Other Settings
|
||||
</h1>
|
||||
<div class="input-group w-200 mb-10">
|
||||
<div class="input-group-prepend">
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ function restoreDefaults() {
|
|||
torrent2: false,
|
||||
torrent3: true,
|
||||
torrent4: "https://subsplease.org/rss/?r=",
|
||||
torrent4: false,
|
||||
torrent5: false,
|
||||
other1: 100,
|
||||
other2: true
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue