diff --git a/launcher/src/main.cpp b/launcher/src/main.cpp index e7af45b..d259c7b 100755 --- a/launcher/src/main.cpp +++ b/launcher/src/main.cpp @@ -132,10 +132,10 @@ int main(int argc, char *argv[]) if (!args.empty() && !args.join(QLatin1Char(';')).contains("ffxivboot.exe"_L1)) { return 0; } + } - if (qEnvironmentVariable("SteamDeck") == QStringLiteral("1")) { - isSteamDeck = true; - } + if (qEnvironmentVariable("SteamDeck") == QStringLiteral("1")) { + isSteamDeck = true; } #if defined(Q_OS_LINUX)