UX: always show user id in studio

This commit is contained in:
Pieter Vander Vennet 2025-05-19 18:41:36 +02:00
parent a0b7a32223
commit 3cad0d1c85

View file

@ -32,9 +32,7 @@
{#if info.owner && info.owner !== $selfId} {#if info.owner && info.owner !== $selfId}
{#if $displayName} {#if $displayName}
(made by {$displayName} (made by {$displayName}
{#if window.location.host.startsWith("127.0.0.1")} <span class="subtle">{info.owner}</span>
- {info.owner}
{/if}
) )
{:else} {:else}
({info.owner}) ({info.owner})