Update kbm_gui.h

This commit is contained in:
tlarok 2025-04-18 20:38:12 +02:00 committed by GitHub
parent 929f8685b5
commit 2f28d38814
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -49,7 +49,7 @@ private:
void EnableMappingButtons();
void SetMapping(QString input);
QSet<QString> pressedNonInt;
QSet<QString> pressedKeys;
bool EnableMapping = false;
bool MappingCompleted = false;
bool HelpWindowOpen = false;