diff --git a/src/lib/components/functional/FancyInput.svelte b/src/lib/components/functional/FancyInput.svelte index c1b6740..179f8af 100644 --- a/src/lib/components/functional/FancyInput.svelte +++ b/src/lib/components/functional/FancyInput.svelte @@ -1,40 +1,28 @@
{#if prefix} diff --git a/src/lib/components/functional/FormatDropdown.svelte b/src/lib/components/functional/FormatDropdown.svelte index 321abab..e1198a4 100644 --- a/src/lib/components/functional/FormatDropdown.svelte +++ b/src/lib/components/functional/FormatDropdown.svelte @@ -10,6 +10,7 @@ import { VertFile } from "$lib/types"; import Modal from "./Modal.svelte"; import Dropdown from "./Dropdown.svelte"; + import FancyInput from "./FancyInput.svelte"; type Props = { categories: Categories; @@ -406,7 +407,7 @@

Resolution

-

Frame Rate (FPS)

-
- (null); let abortController: AbortController | null = null; @@ -132,7 +133,7 @@ settingsStyle /> {#if VertdInstance.instance.innerData().type === "custom"} -