fix(info): don't show raw data button without dev mode
This commit is contained in:
@ -212,7 +212,7 @@
|
|||||||
<BriefcaseIcon />
|
<BriefcaseIcon />
|
||||||
{m["sidebar.info.set-as"]({ name: m["saved.work"]() })}
|
{m["sidebar.info.set-as"]({ name: m["saved.work"]() })}
|
||||||
</Button>
|
</Button>
|
||||||
{#if dev.current}
|
{#if dev.current == "true"}
|
||||||
<Button
|
<Button
|
||||||
variant="outline"
|
variant="outline"
|
||||||
onclick={() => {
|
onclick={() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user