Remove some Windows + Qt stuff + meow

This commit is contained in:
Serena 2023-01-27 19:12:41 +03:00
parent ca154879f0
commit 30f6296767
6 changed files with 1 additions and 13 deletions

View file

@ -2446,7 +2446,7 @@ void FramebufferManagerCommon::NotifyRenderResized(int msaaLevel) {
#ifdef _WIN32
// Seems related - if you're ok with numbers all the time, show some more :)
if (g_Config.iShowFPSCounter != 0) {
if (g_Config.iShowStatusFlags != 0) {
ShowScreenResolution();
}
#endif