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);
|
Log::SetHostOutputLevel(GetWindowLogLevel(), &LogWindow::logCallback);
|
||||||
}
|
}
|
||||||
|
|
||||||
LogWindow::~LogWindow()
|
LogWindow::~LogWindow() = default;
|
||||||
{
|
|
||||||
Log::SetHostOutputLevel(LOGLEVEL_NONE, nullptr);
|
|
||||||
}
|
|
||||||
|
|
||||||
void LogWindow::updateSettings()
|
void LogWindow::updateSettings()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue