mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-16 13:47:59 +08:00
fix: add browser check
This commit is contained in:
@@ -56,6 +56,7 @@ id=${keychip}`.trim(), {
|
|||||||
{t('setup.keychip-warning')}
|
{t('setup.keychip-warning')}
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
|
{#if !!window.showOpenFilePicker}
|
||||||
<details>
|
<details>
|
||||||
<summary>{t('setup.type.automatic')}</summary>
|
<summary>{t('setup.type.automatic')}</summary>
|
||||||
{@html t('setup.automatic')}
|
{@html t('setup.automatic')}
|
||||||
@@ -68,6 +69,7 @@ id=${keychip}`.trim(), {
|
|||||||
<button on:click={patchSegatools}>{t('setup.automatic.select')}</button>
|
<button on:click={patchSegatools}>{t('setup.automatic.select')}</button>
|
||||||
</div>
|
</div>
|
||||||
</details>
|
</details>
|
||||||
|
{/if}
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>{t('setup.type.manual')}</summary>
|
<summary>{t('setup.type.manual')}</summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user