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

@@ -321,6 +321,20 @@
</div>
</template>
<template id="settings-linux-template">
<br />
<h2>Linux Additional Settings</h2>
<div class="horizontal-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>
<br />
<p class="transparent-text">The game will crash if you dont enable this setting</p>
</template>
<script src="renderer.js"></script>
</body>
</html>