Explorar el Código

refac: changelog modal close behaviour

Timothy J. Baek hace 1 año
padre
commit
3488b7f006
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/lib/components/ChangelogModal.svelte

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

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