Some changes to the main visualizer

This commit is contained in:
AlacrisDevs
2026-02-16 20:39:16 +02:00
parent 3e7c11be8a
commit f792086876
3 changed files with 10 additions and 49 deletions

View File

@@ -57,7 +57,6 @@
export let logoSpin = false;
export let logoSpinSpeed = 5;
export let titlePosition = "top";
export let autoSubtitle = false;
const dispatch = createEventDispatcher();
@@ -611,13 +610,7 @@
bind:value={subtitle}
placeholder="Subtitle..."
style="margin-top: 0.35rem"
disabled={autoSubtitle}
/>
<div class="slider-row" style="margin-top: 0.35rem">
<label>
<input type="checkbox" bind:checked={autoSubtitle} /> Auto (Tab Title)
</label>
</div>
<div class="inline-row" style="margin-top: 0.5rem">
<input
type="file"