improved comments
This commit is contained in:
parent
b8b9080f9b
commit
8638382f64
1 changed files with 5 additions and 2 deletions
|
@ -1,4 +1,9 @@
|
||||||
<script lang="ts">
|
<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 store from "./store"
|
||||||
import { InstallErr } from "./types"
|
import { InstallErr } from "./types"
|
||||||
import { selectGamePathAndRun } from "./logic"
|
import { selectGamePathAndRun } from "./logic"
|
||||||
|
@ -100,9 +105,7 @@
|
||||||
Failed to receive steam launch option data :(
|
Failed to receive steam launch option data :(
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
<!-- Handle lastInstallErr change -->
|
|
||||||
|
|
||||||
<!-- On install complete -->
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
@import "./styles/button.scss";
|
@import "./styles/button.scss";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue