diff --git a/main/components/GameOptions/Launch.vue b/main/components/GameOptions/Launch.vue index d19cb0e..69101fe 100644 --- a/main/components/GameOptions/Launch.vue +++ b/main/components/GameOptions/Launch.vue @@ -11,7 +11,7 @@ class="block w-full rounded-md bg-zinc-800 px-3 py-1.5 text-base text-zinc-100 outline-1 -outline-offset-1 outline-zinc-800 placeholder:text-zinc-400 focus:outline-2 focus:-outline-offset-2 focus:outline-blue-600 sm:text-sm/6" placeholder="{}" aria-describedby="launch-description" - v-model="model.launchString" + v-model="model.launchTemplate" />

@@ -129,9 +129,9 @@ -

  • No auto-discovered layers.
  • +
  • + No auto-discovered layers. +
  • Manually added

    @@ -170,9 +170,9 @@ -
  • No manually added layers.
  • +
  • + No manually added layers. +
  • @@ -190,7 +190,7 @@ diff --git a/main/components/GameOptionsModal.vue b/main/components/GameOptionsModal.vue index 8850363..6d63873 100644 --- a/main/components/GameOptionsModal.vue +++ b/main/components/GameOptionsModal.vue @@ -1,7 +1,7 @@