early-access version 2211

This commit is contained in:
pineappleEA
2021-11-18 04:15:33 +01:00
parent 90e5ed43af
commit 964516ac70
4 changed files with 21 additions and 11 deletions
+2
View File
@@ -46,6 +46,8 @@ QShortcut* HotkeyRegistry::GetHotkey(const QString& group, const QString& action
if (!hk.shortcut)
hk.shortcut = new QShortcut(hk.keyseq, widget, nullptr, nullptr, hk.context);
hk.shortcut->setAutoRepeat(false);
return hk.shortcut;
}