fix: typo in debug log for hotkeys (#4997)

This commit is contained in:
pajlada
2023-12-02 13:35:55 +01:00
committed by GitHub
parent c4c94473ae
commit 0fd4e8ffd6
+1 -1
View File
@@ -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;
} }