mirror of
https://github.com/ThaUnknown/miru.git
synced 2026-08-17 18:47:50 +00:00
fix: w2g disconnects, keybinds showing in miniplayer
This commit is contained in:
parent
e34d97bb24
commit
bc2b3d5f4a
3 changed files with 3496 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Miru",
|
||||
"version": "2.13.3",
|
||||
"version": "2.13.4",
|
||||
"author": "ThaUnknown_ <ThaUnknown@users.noreply.github.com>",
|
||||
"main": "src/index.js",
|
||||
"homepage": "https://github.com/ThaUnknown/miru#readme",
|
||||
|
|
@ -121,7 +121,7 @@
|
|||
"jassub": "^1.1.8",
|
||||
"matroska-subtitles": "github:ThaUnknown/matroska-subtitles#patch",
|
||||
"mime": "^3.0.0",
|
||||
"p2pcf": "^1.2.1",
|
||||
"p2pcf": "1.3.0",
|
||||
"pump": "^3.0.0",
|
||||
"quartermoon": "^1.2.1",
|
||||
"range-parser": "^1.2.1",
|
||||
|
|
|
|||
3493
pnpm-lock.yaml
Normal file
3493
pnpm-lock.yaml
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -867,7 +867,7 @@ function checkError ({ target }) {
|
|||
</script>
|
||||
|
||||
<svelte:window bind:innerWidth bind:innerHeight />
|
||||
{#if showKeybinds}
|
||||
{#if showKeybinds && !miniplayer}
|
||||
<div class='position-absolute bg-tp w-full h-full z-50 font-size-12 p-20 d-flex align-items-center justify-content-center' on:click|self={() => (showKeybinds = false)}>
|
||||
<button class='close' type='button' on:click={() => (showKeybinds = false)}><span>×</span></button>
|
||||
<Keybinds let:prop={item} autosave={true} clickable={true}>
|
||||
|
|
|
|||
Loading…
Reference in a new issue