Skip to content

Commit

Permalink
add app version to about modal
Browse files Browse the repository at this point in the history
  • Loading branch information
pukmajster committed Aug 10, 2024
1 parent 9d7eebd commit a8f7f47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/renderer/src/components/navigation/AboutModal.svelte
Original file line number Diff line number Diff line change
@@ -31,5 +31,7 @@

<p>Shoutout to Valve and the modding community</p>

<p class="text-xs opacity-60">Funky 0.2.1</p>

<button on:click={close} class="btn btn-sm variant-filled">Close</button>
</div>

0 comments on commit a8f7f47

Please sign in to comment.