This commit is contained in:
tlarok 2025-04-13 15:39:33 +02:00 committed by GitHub
parent 484a2e162a
commit 8c2afb700f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -660,8 +660,8 @@ void KBMSettings::CheckMapping(QPushButton*& button) {
if (pressedNonInt.size() + pressedNonInt.size() > 0) {
QStringList keyStrings;
for (const QString& wheelAction : pressedNonInt) {
keyStrings << wheelAction;
for (const QString& buttonAction : pressedNonInt) {
keyStrings << buttonAction;
}
QString combo = keyStrings.join(",");