Added some links to the end of the settings menu

This commit is contained in:
Observer KRypt0n_ 2022-01-27 17:03:59 +02:00
parent 45c8928d40
commit 8bd4257937
No known key found for this signature in database
GPG key ID: DC5D4EC1303465DA
2 changed files with 32 additions and 2 deletions

View file

@ -81,8 +81,20 @@
&:hover
background: #e5e9f0
.settings-item:last-child
margin-bottom: 24px
.settings-footer
margin: 24px 0
text-align: center
span
margin: 0 4px
color: gray
u
cursor: pointer
color: map.get($theme-map, "primary")
.launcher-stats
display: inline-flex

View file

@ -429,6 +429,24 @@
<EnvironmentManager />
</div>
<div class="settings-footer">
<span>An Anime Game Launcher {Launcher.version}</span>
<!-- svelte-ignore missing-declaration -->
<span>Licensed under <u on:click={() => Neutralino.os.open('https://www.gnu.org/licenses/gpl-3.0.en.html')}>GNU GPL-3.0</u></span>
<br>
<!-- svelte-ignore missing-declaration -->
<span><u on:click={() => Neutralino.os.open(constants.uri.launcher)}>GitLab</u></span>
<!-- svelte-ignore missing-declaration -->
<span><u on:click={() => Neutralino.os.open('https://discord.gg/ck37X6UWBp')}>Discord</u></span>
<!-- svelte-ignore missing-declaration -->
<span><u on:click={() => Neutralino.os.open(constants.uri.patch.origin)}>Patch repository</u></span>
</div>
</div>
</main>
{/if}