bug fixed

This commit is contained in:
Blu3train 2022-06-30 20:26:58 +02:00
parent 92dcaa391c
commit 5777dc3db1

View File

@ -463,8 +463,10 @@ private:
{
auto msg = (MSG*)message;
if (msg->message == WM_HOTKEY)
{
if (msg->wParam == HIDE_TEXT_HOTKEY) return ToggleHideText(), true;
if (msg->wParam == CLICK_THROUGH_HOTKEY) return ToggleClickThrough(), true;
}
return false;
}