Browse Source

refac: changelog modal close behaviour

Timothy J. Baek 1 year ago
parent
commit
3488b7f006
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/lib/components/ChangelogModal.svelte

+ 1 - 0
src/lib/components/ChangelogModal.svelte

@@ -32,6 +32,7 @@
 			<button
 				class="self-center"
 				on:click={() => {
+					localStorage.version = $config.version;
 					show = false;
 				}}
 			>