group circles with color fill
This commit is contained in:
@@ -103,7 +103,7 @@
|
||||
|
||||
<div
|
||||
class="btn-lock"
|
||||
class:hide={($peerStore.size === 0 && $currentPlayerGroupLockStateStore === undefined) || isSilent}
|
||||
class:hide={$peerStore.size === 0 || $currentPlayerGroupLockStateStore === undefined || isSilent}
|
||||
class:disabled={$currentPlayerGroupLockStateStore}
|
||||
on:click={lockClick}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user