mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 11:03:00 +01:00
Save user shortcuts after removing a binding
This commit is contained in:
@@ -147,6 +147,7 @@ private:
|
||||
if (shortcut != nullptr)
|
||||
{
|
||||
shortcut->Current.clear();
|
||||
shortcutManager.SaveUserBindings();
|
||||
}
|
||||
Close();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user