Added updating the main menu shortcut keys on editor options saved. Also adds an action that can be used to update plugin short keys if needed.

This commit is contained in:
Chandler Cox
2023-03-16 20:54:56 -05:00
parent 31a6c052f3
commit 1a2eb48705
2 changed files with 45 additions and 12 deletions

View File

@@ -144,6 +144,8 @@ namespace FlaxEditor.Windows
}
Editor.Options.Apply(_options);
Editor.UI.UpdateMainMenuShortcuts();
ClearDirtyFlag();
}