From 8485fdb086a27190c646035eedbd04b25d0b7f48 Mon Sep 17 00:00:00 2001 From: Ariel Juodziukynas Date: Fri, 20 Dec 2024 23:33:31 -0300 Subject: [PATCH] fix comparison of disableUMU check --- src/backend/utils/compatibility_layers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/utils/compatibility_layers.ts b/src/backend/utils/compatibility_layers.ts index 527bade9a5..f8118f827c 100644 --- a/src/backend/utils/compatibility_layers.ts +++ b/src/backend/utils/compatibility_layers.ts @@ -559,7 +559,7 @@ export async function isUmuSupported( ): Promise { if (!isLinux) return false if (gameSettings.wineVersion.type !== 'proton') return false - if (gameSettings.disableUMU === false) return false + if (gameSettings.disableUMU === true) return false if (gameSettings.disableUMU === undefined) { // If the disableUMU setting is undefined it means the game was installed and configured // before the introduction of this setting, so the usage of UMU was dictated by the