From 8ccb1bd34ca2e70ef48c1be3fc4069f00a1c0185 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Mon, 25 Apr 2022 17:48:25 +0200 Subject: [PATCH] show autoupdate in localhost --- src/routes/settings/index.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/settings/index.svelte b/src/routes/settings/index.svelte index 500fc1943..dce1362d7 100644 --- a/src/routes/settings/index.svelte +++ b/src/routes/settings/index.svelte @@ -194,7 +194,7 @@ on:click={() => changeSettings('isRegistrationEnabled')} /> - {#if browser && window.location.hostname === 'staging.coolify.io'} + {#if browser && (window.location.hostname === 'staging.coolify.io' || window.location.hostname === 'localhost')}