Fixed logo spin + added automatic subtitle that maybe works

This commit is contained in:
AlacrisDevs
2026-02-16 20:19:55 +02:00
parent 53b0457857
commit 3e7c11be8a
4 changed files with 48 additions and 6 deletions

View File

@@ -57,6 +57,7 @@
export let logoSpin = false;
export let logoSpinSpeed = 5;
export let titlePosition = "top";
export let autoSubtitle = false;
const dispatch = createEventDispatcher();
@@ -610,7 +611,13 @@
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"