mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-02 02:52:30 +02:00
Qt/MappingButton: Save settings when a mapping is changed
This commit is contained in:
parent
44391ad2fe
commit
f253c1ea32
@ -66,6 +66,7 @@ void MappingButton::OnButtonPressed()
|
||||
if (!expr.isEmpty())
|
||||
{
|
||||
m_reference->SetExpression(expr.toStdString());
|
||||
m_parent->SaveSettings();
|
||||
Update();
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user