mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-27 09:25:43 -04:00
Qt: Fix performance counters showing up without VM
This commit is contained in:
parent
ba5d1a109e
commit
96d377a396
@ -353,6 +353,8 @@ void EmuThread::checkForSettingsChanges(const Settings& old_settings)
|
||||
if (g_main_window)
|
||||
{
|
||||
QMetaObject::invokeMethod(g_main_window, &MainWindow::checkForSettingChanges, Qt::QueuedConnection);
|
||||
|
||||
if (System::IsValid())
|
||||
updatePerformanceCounters();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user