preview app in new window

This commit is contained in:
Martin McKeaveney 2020-06-09 13:30:01 +01:00
parent 9adf9ee7bf
commit 96708ce75a
1 changed files with 6 additions and 6 deletions

View File

@ -59,12 +59,12 @@
on:click={() => $goto(`/settings`)}>
<SettingsIcon />
</span>
<span
class:active={false}
class="topnavitemright"
on:click={() => (location = `/${application}`)}>
<PreviewIcon />
</span>
<span
class:active={false}
class="topnavitemright"
on:click={() => window.open(`/${application}`)}>
<PreviewIcon />
</span>
</div>
</div>