mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2025-03-18 22:20:14 +03:00
Added some links to the end of the settings menu
This commit is contained in:
parent
45c8928d40
commit
8bd4257937
2 changed files with 32 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue