mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-22 02:09:06 +00:00
LogWindow: don't unconfigure logger on destruction
This was causing Dolphin to always save "WriteToWindow = False". Instead of disabling logging to the window (a config value), tell LogManager that there's no window to log to (a runtime state).
This commit is contained in:
parent
ff83b13344
commit
06f1761f9f
2 changed files with 1 additions and 6 deletions
|
@ -46,7 +46,6 @@ private:
|
|||
LogManager* m_LogManager;
|
||||
std::queue<std::pair<u8, wxString>> msgQueue;
|
||||
bool m_LogAccess;
|
||||
bool m_has_listeners = true;
|
||||
|
||||
// Controls
|
||||
wxBoxSizer* sBottom;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue