added app version to settings
This commit is contained in:
parent
f07c002494
commit
67d349182e
@ -17,6 +17,8 @@
|
||||
};
|
||||
modalStore.trigger(modal);
|
||||
}
|
||||
|
||||
var version = __APP_VERSION__;
|
||||
</script>
|
||||
|
||||
<h1>Settings</h1>
|
||||
@ -29,4 +31,5 @@
|
||||
<button type="button" class="btn variant-filled-surface w-full" on:click={() => {$onboardingShow = true}}>Restart Onboarding</button>
|
||||
|
||||
<button type="button" class="btn variant-ghost-error w-full" on:click={resetModal}>Reset</button>
|
||||
</div>
|
||||
</div>
|
||||
<p>App version: {version}</p>
|
Loading…
Reference in New Issue
Block a user