[idd] helper: follow the active console session

This commit is contained in:
Geoffrey McRae
2026-08-14 04:03:32 +10:00
parent df9a34d6d0
commit 1e4f274553
2 changed files with 217 additions and 65 deletions

View File

@@ -20,6 +20,7 @@
#pragma once
#include "CWindow.h"
#include <atomic>
#include <stdint.h>
#include <functional>
#include <memory>
@@ -36,7 +37,7 @@ class CNotifyWindow : public CWindow
bool m_iconRegistered;
std::optional<bool> m_gpuQueue;
HMENU m_menu;
bool closeRequested;
std::atomic_bool closeRequested;
bool m_recoveryActive;
std::unique_ptr<CConfigWindow> m_config;