Skip to content

Commit

Permalink
Add CHF to currencies
Browse files Browse the repository at this point in the history
  • Loading branch information
markuspeter committed Nov 19, 2023
1 parent 3056210 commit d6c3618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/SvelteUi/app/src/lib/ConfigurationPanel.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@
<div>
Currency<br/>
<select name="pc" bind:value={configuration.p.c} class="in-l">
{#each ["NOK","SEK","DKK","EUR"] as c}
{#each ["NOK","SEK","DKK","EUR","CHF"] as c}
<option value={c}>{c}</option>
{/each}
</select>
Expand Down

0 comments on commit d6c3618

Please sign in to comment.