mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
fix: typo in debug log for hotkeys (#4997)
This commit is contained in:
parent
c4c94473ae
commit
0fd4e8ffd6
|
@ -56,7 +56,7 @@ std::vector<QShortcut *> HotkeyController::shortcutsForCategory(
|
|||
{
|
||||
qCDebug(chatterinoHotkeys)
|
||||
<< qPrintable(parent->objectName())
|
||||
<< "Unimplemeneted hotkey action:" << hotkey->action() << "in "
|
||||
<< "Unimplemented hotkey action:" << hotkey->action() << "in"
|
||||
<< hotkey->getCategory();
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue