mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 07:09:48 -06:00
Merge pull request #7273 from Techjar/qt-iowindow-detect-spaces
Qt/IOWindow: Fix detection of button names containing non-alphabetical characters
This commit is contained in:
@ -190,7 +190,8 @@ void IOWindow::OnDetectButtonPressed()
|
||||
btn->setText(QStringLiteral("..."));
|
||||
|
||||
const auto expr = MappingCommon::DetectExpression(
|
||||
m_reference, g_controller_interface.FindDevice(m_devq).get(), m_devq);
|
||||
m_reference, g_controller_interface.FindDevice(m_devq).get(), m_devq,
|
||||
MappingCommon::Quote::Off);
|
||||
|
||||
btn->setText(old_label);
|
||||
|
||||
|
Reference in New Issue
Block a user