Compare commits

..

No commits in common. "ca9e41e99eaa5dd047e9c24a72cff1cdfb7b357f" and "59b836b40a56513c21e19fb71e16dd254368042e" have entirely different histories.

View File

@ -3,9 +3,9 @@ import {LaunchInstance} from '../wailsjs/go/main/InstanceManager';
import {instances, loading} from './global'
var testArray = ["test","test2","test3"];
let pack: string = "";
let pack: string;
let instance: string
let radio: string = "";
let radio: string
function launchclick(event) {
$loading = true
@ -33,7 +33,7 @@ import {instances, loading} from './global'
</div>
</div>
<div class="options-container">
<button class="launch-button" on:click={launchclick}>Launch {radio}</button>
<button class="launch-button" on:click={launchclick}>{radio}</button>
</div>
</main>
<style>