remove obsolete check
This commit is contained in:
parent
ba612c49ed
commit
3c74b2b554
@ -103,7 +103,7 @@
|
||||
|
||||
<div
|
||||
class="btn-lock"
|
||||
class:hide={$peerStore.size === 0 || $currentPlayerGroupLockStateStore === undefined || isSilent}
|
||||
class:hide={$peerStore.size === 0 || isSilent}
|
||||
class:disabled={$currentPlayerGroupLockStateStore}
|
||||
on:click={lockClick}
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user