diff --git a/desktop/libs/drop-base b/desktop/libs/drop-base index 04125e89..dad3487b 160000 --- a/desktop/libs/drop-base +++ b/desktop/libs/drop-base @@ -1 +1 @@ -Subproject commit 04125e89bef517411e103cdabcfa64a1bb563423 +Subproject commit dad3487be66919348149c4392af2cc3f10f0a50b diff --git a/desktop/main/components/DefaultProtonButton.vue b/desktop/main/components/DefaultProtonButton.vue new file mode 100644 index 00000000..dda1f0f0 --- /dev/null +++ b/desktop/main/components/DefaultProtonButton.vue @@ -0,0 +1,30 @@ + + + + + diff --git a/desktop/main/components/GameOptions/Launch.vue b/desktop/main/components/GameOptions/Launch.vue index 054dac26..d19cb0e2 100644 --- a/desktop/main/components/GameOptions/Launch.vue +++ b/desktop/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.launchString" />
@@ -21,11 +21,203 @@ >Leaving it blank will cause the game not to start.
+ +
+ Override the Proton layer used to launch this game. You can add or
+ remove your custom Proton layer paths in
+
+