mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-12-12 02:58:14 +00:00
[idd] helper: implement keyboard navigation in config window
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user