Skip to content

Commit

Permalink
Merge pull request #676 from markuspeter/master
Browse files Browse the repository at this point in the history
Add CHF to currencies
  • Loading branch information
gskjold authored Dec 4, 2023
2 parents 0b0ec6a + d6c3618 commit 106d485
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 106d485

Please sign in to comment.