mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-09-26 12:37:07 +00:00
Unify P2P disconnect labels
This commit is contained in:
@@ -107,7 +107,7 @@
|
|||||||
{#if !isConnected}
|
{#if !isConnected}
|
||||||
<button onclick={onOpenConnection}>Open connection</button>
|
<button onclick={onOpenConnection}>Open connection</button>
|
||||||
{:else}
|
{:else}
|
||||||
<button onclick={onDisconnect}>Close connection</button>
|
<button onclick={onDisconnect}>Disconnect</button>
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user