mirror of https://github.com/PCSX2/pcsx2.git
Qt: Fix duplicate log window when theme switching
This commit is contained in:
parent
02ef8098c9
commit
3040474f99
|
@ -37,10 +37,7 @@ LogWindow::LogWindow(bool attach_to_main)
|
|||
Log::SetHostOutputLevel(GetWindowLogLevel(), &LogWindow::logCallback);
|
||||
}
|
||||
|
||||
LogWindow::~LogWindow()
|
||||
{
|
||||
Log::SetHostOutputLevel(LOGLEVEL_NONE, nullptr);
|
||||
}
|
||||
LogWindow::~LogWindow() = default;
|
||||
|
||||
void LogWindow::updateSettings()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue