[fix] block native
This commit is contained in:
@@ -107,7 +107,7 @@
|
|||||||
</div>
|
</div>
|
||||||
{#if $DataBase.account}
|
{#if $DataBase.account}
|
||||||
<span class="mb-4 text-textcolor2">ID: {$DataBase.account.id}</span>
|
<span class="mb-4 text-textcolor2">ID: {$DataBase.account.id}</span>
|
||||||
{#if !isTauri}
|
{#if !isTauri && (!Capacitor.isNativePlatform())}
|
||||||
<div class="flex items-center mt-2">
|
<div class="flex items-center mt-2">
|
||||||
{#if $DataBase.account.useSync || forageStorage.isAccount}
|
{#if $DataBase.account.useSync || forageStorage.isAccount}
|
||||||
<Check check={true} name={language.SaveDataInAccount} onChange={(v) => {
|
<Check check={true} name={language.SaveDataInAccount} onChange={(v) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user