fixup! forgot to rename

This commit is contained in:
yuyoyuppe
2020-06-19 13:27:29 +03:00
parent 2effbd0baf
commit b84ea020f2
8 changed files with 10 additions and 10 deletions

View File

@@ -135,7 +135,7 @@ void OverlayWindow::enable()
winkey_popup->set_theme(theme.value);
target_state = std::make_unique<TargetState>(pressTime.value);
winkey_popup->initialize();
#if defined(DISABLE_LOWLEVEL_KBHOOK_WHEN_DEBUGGED)
#if defined(DISABLE_LOWLEVEL_HOOKS_WHEN_DEBUGGED)
const bool hook_disabled = IsDebuggerPresent();
#else
const bool hook_disabled = false;