mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
save not performed when connections file is not loaded
This commit is contained in:
@@ -437,6 +437,7 @@ namespace mRemoteNG.App
|
||||
public static void SaveConnections()
|
||||
{
|
||||
if (ConnectionTreeModel == null) return;
|
||||
if (!IsConnectionsFileLoaded) return;
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user