mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 23:21:20 -04:00
Fix quick keys being triggered when in UI mode
This commit is contained in:
parent
867c7db014
commit
5ff098b8fb
@ -679,6 +679,7 @@ namespace MWInput
|
||||
|
||||
void InputManager::quickKey (int index)
|
||||
{
|
||||
if (!mWindows.isGuiMode())
|
||||
mWindows.activateQuickKey (index);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user