mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2025-01-22 18:31:59 -05:00
Save user shortcuts after removing a binding
This commit is contained in:
parent
1ee72ffd21
commit
314faa69ca
1 changed files with 1 additions and 0 deletions
|
@ -147,6 +147,7 @@ private:
|
||||||
if (shortcut != nullptr)
|
if (shortcut != nullptr)
|
||||||
{
|
{
|
||||||
shortcut->Current.clear();
|
shortcut->Current.clear();
|
||||||
|
shortcutManager.SaveUserBindings();
|
||||||
}
|
}
|
||||||
Close();
|
Close();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue