Qt: Fix closing log window via taskbar

This commit is contained in:
Stenzek
2024-03-21 02:00:44 +10:00
parent bcc7ab71cb
commit 2be8287edf
2 changed files with 9 additions and 0 deletions

View File

@@ -55,6 +55,7 @@ private:
std::span<const char*> m_filter_names;
bool m_attached_to_main_window = true;
bool m_destroying = false;
};
extern LogWindow* g_log_window;