save not performed when connections file is not loaded

This commit is contained in:
David Sparer
2016-11-30 10:20:26 -07:00
parent b6fc9a8ec1
commit 0c13db46fd

View File

@@ -437,6 +437,7 @@ namespace mRemoteNG.App
public static void SaveConnections()
{
if (ConnectionTreeModel == null) return;
if (!IsConnectionsFileLoaded) return;
try
{