mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Qt: Fix log / log config window not being marked as hidden when closing
This commit is contained in:
@ -196,3 +196,8 @@ void LogConfigWidget::SaveSettings()
|
||||
LogManager::GetInstance()->SetEnable(type, enabled);
|
||||
}
|
||||
}
|
||||
|
||||
void LogConfigWidget::closeEvent(QCloseEvent*)
|
||||
{
|
||||
Settings::Instance().SetLogConfigVisible(false);
|
||||
}
|
||||
|
Reference in New Issue
Block a user