Skip to content

Commit

Permalink
Click once on updater
Browse files Browse the repository at this point in the history
  • Loading branch information
n9lsjr committed Dec 16, 2024
1 parent f8ed47f commit e64fde3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/updater/Updater.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const download = () => {
and improvements
</h4>
<div class="buttons">
<FillButton text="Download" on:click="{download}"/>
<FillButton text="Download" on:click|once="{download}"/>
<FillButton text="Later" on:click="{() => ($appUpdateState.openPopup = false)}"/>
</div>
</div>
Expand Down

0 comments on commit e64fde3

Please sign in to comment.