Fix game launch issue with Steam on Linux

This commit is contained in:
2026-03-30 21:42:22 +02:00
parent 776a53d7be
commit 44da1214dd
8 changed files with 199 additions and 682 deletions

View File

@@ -89,6 +89,17 @@
<p>2. To download a mod from Nexus Mods you need to log in to your Nexus Mods account and then click on "Download with Mod Manager".</p>
</template>
<template id="settings-linux-template">
<h1 class="title">Linux Additional Settings</h1>
<div class="horizontal-div welcome-div">
<h3>Do you use Steam ?</h3>
<label class="checkbox-container">
<input type="checkbox" name="linux-steam" id="linux-steam" />
<span class="checkmark"></span>
</label>
</div>
</template>
<script src="renderer.js"></script>
</body>
</html>