Save user shortcuts after removing a binding

This commit is contained in:
Ted John 2021-02-27 15:51:26 +00:00
parent 1ee72ffd21
commit 314faa69ca

View file

@ -147,6 +147,7 @@ private:
if (shortcut != nullptr) if (shortcut != nullptr)
{ {
shortcut->Current.clear(); shortcut->Current.clear();
shortcutManager.SaveUserBindings();
} }
Close(); Close();
} }