fix: typo in debug log for hotkeys (#4997)
This commit is contained in:
@@ -56,7 +56,7 @@ std::vector<QShortcut *> HotkeyController::shortcutsForCategory(
|
|||||||
{
|
{
|
||||||
qCDebug(chatterinoHotkeys)
|
qCDebug(chatterinoHotkeys)
|
||||||
<< qPrintable(parent->objectName())
|
<< qPrintable(parent->objectName())
|
||||||
<< "Unimplemeneted hotkey action:" << hotkey->action() << "in "
|
<< "Unimplemented hotkey action:" << hotkey->action() << "in"
|
||||||
<< hotkey->getCategory();
|
<< hotkey->getCategory();
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user