mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-16 22:30:42 +02:00
CR feedback
This commit is contained in:
parent
f95a731249
commit
5f2b4c2a7f
1 changed files with 1 additions and 2 deletions
|
@ -165,8 +165,7 @@ int main(int argc, const char* argv[]) {
|
|||
QSettings::setDefaultFormat(QSettings::IniFormat);
|
||||
Application app(argc, const_cast<char**>(argv), startupTime, runServer, serverContentPathOptionValue);
|
||||
|
||||
QVariant launchedFromSteamVariant(launchedFromSteam);
|
||||
app.setProperty("com.highfidelity.launchedFromSteam", launchedFromSteamVariant);
|
||||
app.setProperty("com.highfidelity.launchedFromSteam", launchedFromSteam);
|
||||
|
||||
// If we failed the OpenGLVersion check, log it.
|
||||
if (override) {
|
||||
|
|
Loading…
Reference in a new issue