mirror of
https://github.com/Gabi-Zar/Silk-Fly-Launcher.git
synced 2026-04-17 05:26:04 +02:00
Fix game launch issue with Steam on Linux
This commit is contained in:
@@ -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 don’t enable this setting</p>
|
||||
</template>
|
||||
|
||||
<script src="renderer.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user