[idd] helper: implement keyboard navigation in config window

This commit is contained in:
Quantum
2025-11-09 02:13:29 -05:00
parent 3ed08ba56c
commit cab12c6bd2
4 changed files with 19 additions and 9 deletions

View File

@@ -143,6 +143,11 @@ void CNotifyWindow::registerIcon()
DEBUG_ERROR_HR(GetLastError(), "Shell_NotifyIcon(NIM_SETVERSION)");
}
HWND CNotifyWindow::hwndDialog()
{
return m_config ? m_config->hwnd() : nullptr;
}
void CNotifyWindow::close()
{
closeRequested = true;