diff --git a/Libraries/UniversalEditor.UserInterface/Engine.cs b/Libraries/UniversalEditor.UserInterface/Engine.cs index 6a813afa..f4cd3772 100644 --- a/Libraries/UniversalEditor.UserInterface/Engine.cs +++ b/Libraries/UniversalEditor.UserInterface/Engine.cs @@ -594,6 +594,10 @@ namespace UniversalEditor.UserInterface { LastWindow.ShowOptionsDialog(); }); + Application.AttachCommandEventHandler("ToolsCustomize", delegate (object sender, EventArgs e) + { + Application.ShowSettingsDialog(new string[] { "Application", "Command Bars" }); + }); #endregion #region Window Application.AttachCommandEventHandler("WindowNewWindow", delegate(object sender, EventArgs e)