Skip to content

Commit

Permalink
Get rid of some whitespace for cleaner merges
Browse files Browse the repository at this point in the history
  • Loading branch information
rankynbass committed May 3, 2023
1 parent 6a46cf4 commit e88678e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/XIVLauncher.Core/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit e88678e

Please sign in to comment.