1
0
Fork 0

improved comments

This commit is contained in:
Kim, Jimin 2022-02-03 08:43:24 +09:00
parent b8b9080f9b
commit 8638382f64

View file

@ -1,4 +1,9 @@
<script lang="ts">
/**
* This component is shown during installation.
* It asks for user input when needed and shows error when something's gone wrong.
*/
import store from "./store"
import { InstallErr } from "./types"
import { selectGamePathAndRun } from "./logic"
@ -100,9 +105,7 @@
Failed to receive steam launch option data :(
{/if}
</div>
<!-- Handle lastInstallErr change -->
<!-- On install complete -->
<style lang="scss">
@import "./styles/button.scss";