Migrate to Tauri V2

This commit is contained in:
kwaroran
2024-10-09 20:07:59 +09:00
parent 0e99d96088
commit 5a931d4ba0
23 changed files with 13225 additions and 1601 deletions

View File

@@ -6,7 +6,7 @@
import Help from "../Others/Help.svelte";
import CheckInput from "./GUI/CheckInput.svelte";
import { isTauri } from "src/ts/storage/globalApi";
import {open} from '@tauri-apps/api/dialog'
import {open} from '@tauri-apps/plugin-dialog'
import { getModelName } from "src/ts/model/names";
export let value = ""