diff --git a/mRemoteV1/Config/Settings/SettingsLoader.cs b/mRemoteV1/Config/Settings/SettingsLoader.cs index 67f4090a..7ddb85cb 100644 --- a/mRemoteV1/Config/Settings/SettingsLoader.cs +++ b/mRemoteV1/Config/Settings/SettingsLoader.cs @@ -1,17 +1,14 @@ using System; using System.Drawing; using System.Windows.Forms; -using System.IO; using WeifenLuo.WinFormsUI.Docking; using mRemoteNG.App; -using System.Xml; using System.Threading; using System.Globalization; using mRemoteNG.Themes; using mRemoteNG.Connection.Protocol; using mRemoteNG.App.Info; using mRemoteNG.UI.Forms; -using mRemoteNG.UI.Window; namespace mRemoteNG.Config.Settings @@ -248,8 +245,8 @@ namespace mRemoteNG.Config.Settings public void LoadExternalAppsFromXML() { - - } + _externalAppsLoader.LoadExternalAppsFromXML(); + } #endregion } } \ No newline at end of file diff --git a/mRemoteV1/mRemoteV1.csproj b/mRemoteV1/mRemoteV1.csproj index d61eb699..59afb44a 100644 --- a/mRemoteV1/mRemoteV1.csproj +++ b/mRemoteV1/mRemoteV1.csproj @@ -187,6 +187,8 @@ + +