Skip to content

Commit

Permalink
Remove regen/reload warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
dtcooper committed Jul 29, 2024
1 parent d3b0322 commit 2f7494f
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions client/src/main/player/Buttons.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -120,16 +120,12 @@
<Icon icon={skipForwardOutlineIcon} class="h-6 w-6" /> Skip current
</button>
</div>
<div class="tooltip tooltip-bottom tooltip-error" data-tip="This action will be logged!">
<button class="btn btn-warning btn-sm w-full pl-1.5" on:click={regenerateNextStopset} tabindex="-1">
<Icon icon={reloadIcon} class="h-6 w-6" /> Regenerate next
</button>
</div>
<div class="tooltip tooltip-bottom tooltip-error" data-tip="This action will be logged!">
<button class="btn btn-info btn-sm w-full pl-1.5" on:click={reloadPlaylist} tabindex="-1">
<Icon icon={reloadAlertIcon} class="h-6 w-6" /> Reload playlist
</button>
</div>
<button class="btn btn-warning btn-sm pl-1.5" on:click={regenerateNextStopset} tabindex="-1">
<Icon icon={reloadIcon} class="h-6 w-6" /> Regenerate next
</button>
<button class="btn btn-info btn-sm pl-1.5" on:click={reloadPlaylist} tabindex="-1">
<Icon icon={reloadAlertIcon} class="h-6 w-6" /> Reload playlist
</button>
</div>
</div>
{/if}
Expand Down

0 comments on commit 2f7494f

Please sign in to comment.