From 3cad0d1c859e6aa87c648b56df9bf002f8fbedab Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Mon, 19 May 2025 18:41:36 +0200 Subject: [PATCH] UX: always show user id in studio --- src/UI/Studio/EditItemButton.svelte | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/UI/Studio/EditItemButton.svelte b/src/UI/Studio/EditItemButton.svelte index 7b8c2415f3..0628977a0c 100644 --- a/src/UI/Studio/EditItemButton.svelte +++ b/src/UI/Studio/EditItemButton.svelte @@ -32,9 +32,7 @@ {#if info.owner && info.owner !== $selfId} {#if $displayName} (made by {$displayName} - {#if window.location.host.startsWith("127.0.0.1")} - - {info.owner} - {/if} + {info.owner} ) {:else} ({info.owner})