[feat] screenshot non experimental
This commit is contained in:
@@ -547,7 +547,7 @@
|
|||||||
screenShot()
|
screenShot()
|
||||||
}}>
|
}}>
|
||||||
<CameraIcon />
|
<CameraIcon />
|
||||||
<span class="ml-2">{language.screenshot} <Help key="experimental"/></span>
|
<span class="ml-2">{language.screenshot}</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -150,7 +150,7 @@
|
|||||||
{/if}
|
{/if}
|
||||||
{#if window.innerWidth >= 700 || selected !== -1}
|
{#if window.innerWidth >= 700 || selected !== -1}
|
||||||
{#key selected}
|
{#key selected}
|
||||||
<div class="flex-grow p-4 bg-bgcolor flex flex-col text-textcolor overflow-y-auto relative">
|
<div class="flex-grow py-6 px-4 bg-bgcolor flex flex-col text-textcolor overflow-y-auto relative">
|
||||||
{#if selected === 0}
|
{#if selected === 0}
|
||||||
<UserSettings />
|
<UserSettings />
|
||||||
{:else if selected === 1}
|
{:else if selected === 1}
|
||||||
|
|||||||
Reference in New Issue
Block a user