Add show folder name option

This commit is contained in:
kwaroran
2025-03-10 13:38:12 +09:00
parent cf430928b0
commit 188e2dd05d
5 changed files with 14 additions and 4 deletions

View File

@@ -5,9 +5,9 @@
import CheckInput from "../UI/GUI/CheckInput.svelte";
import { language } from "src/lang";
import type { character, groupChat } from "src/ts/storage/database.svelte";
import SelectInput from "../UI/GUI/SelectInput.svelte";
import OptionInput from "../UI/GUI/OptionInput.svelte";
import TextInput from "../UI/GUI/TextInput.svelte";
import SelectInput from "../UI/GUI/SelectInput.svelte";
import OptionInput from "../UI/GUI/OptionInput.svelte";
import TextInput from "../UI/GUI/TextInput.svelte";
interface Props {
chara?: character|groupChat