diff --git a/src/XIVLauncher.Core/Program.cs b/src/XIVLauncher.Core/Program.cs index 4bce3ab0..89b99cb1 100644 --- a/src/XIVLauncher.Core/Program.cs +++ b/src/XIVLauncher.Core/Program.cs @@ -50,8 +50,7 @@ class Program // TODO: We don't have the steamworks api for this yet. public static bool IsSteamDeckHardware => Directory.Exists("/home/deck"); - - public static bool IsSteamDeckGamingMode = Steam != null && Steam.IsValid && Steam.IsRunningOnSteamDeck(); + public static bool IsSteamDeckGamingMode => Steam != null && Steam.IsValid && Steam.IsRunningOnSteamDeck(); private const string APP_NAME = "xlcore";