mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-20 03:24:49 +00:00
Update kbm_gui.cpp
This commit is contained in:
parent
0455afbe44
commit
87e87102ca
1 changed files with 1 additions and 1 deletions
|
@ -657,7 +657,7 @@ void KBMSettings::CheckMapping(QPushButton*& button) {
|
|||
MappingTimer -= 1;
|
||||
button->setText(tr("Press a key") + " [" + QString::number(MappingTimer) + "]");
|
||||
|
||||
if (pressedNonInt.size() + pressedNonInt.size() > 0) {
|
||||
if (pressedNonInt.size() > 0) {
|
||||
QStringList keyStrings;
|
||||
|
||||
for (const QString& buttonAction : pressedNonInt) {
|
||||
|
|
Loading…
Add table
Reference in a new issue