bruh, welp here we go again

This commit is contained in:
tlarok 2025-04-19 10:55:59 +02:00 committed by GitHub
parent cb90d2f6c7
commit 4ae7ce8cd0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -127,7 +127,7 @@ tr("Do you want to overwrite existing mappings with the mappings from the Common
}
void KBMSettings::ButtonConnects() {
for (auto& button : ButtonsList) {
for (auto& button : ButtonsList) {
connect(button, &QPushButton::clicked, this, [this, &button]() { StartTimer(button); });
}
}