mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
Merge pull request #6356 from spycrab/qt_mapping_nsaving
Qt/MappingButton: Save settings when a mapping is changed
This commit is contained in:
commit
32360e23e0
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ void MappingButton::OnButtonPressed()
|
|||
if (!expr.isEmpty())
|
||||
{
|
||||
m_reference->SetExpression(expr.toStdString());
|
||||
m_parent->SaveSettings();
|
||||
Update();
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue