Merge branch 'master' into window-size

This commit is contained in:
hdkiller 2025-08-01 15:29:12 +02:00 committed by GitHub
commit c0d9467360
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1344,7 +1344,7 @@ void Session::getWindowDimensions(int& x, int& y,
}
}
}
// Use custom window size if specified
if (m_Preferences->enableCustomWindowSize &&
m_Preferences->windowMode == StreamingPreferences::WM_WINDOWED &&