Fixed logo spin + added automatic subtitle that maybe works
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user