Fix debug hotkeys not showing up in debug builds (#3447)

This commit is contained in:
pajlada
2022-01-02 14:09:35 +01:00
committed by GitHub
parent cbb6a9d568
commit b031fc41ef
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -143,7 +143,7 @@ inline const std::map<HotkeyCategory, ActionDefinitionMap> actionNames{
}},
{HotkeyCategory::Window,
{
#ifdef C_DEBUG
#ifndef NDEBUG
{"addCheerMessage", ActionDefinition{"Debug: Add cheer test message"}},
{"addEmoteMessage", ActionDefinition{"Debug: Add emote test message"}},
{"addLinkMessage",