diff options
Diffstat (limited to 'UMain.pas')
| -rw-r--r-- | UMain.pas | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6019,6 +6019,8 @@ begin else FConnectionManager.SourcePanelEngine := RightPanelEngine; b := FConnectionManager.Run = mbOK; if FConnectionManager.ListView.Selected <> nil then ConfConnMgrActiveItem := FConnectionManager.ListView.Selected.Index; + ConfConnMgrDoNotSavePasswords := FConnectionManager.DoNotSavePasswordsCheckBox.Checked; + ConfConnMgrDoNotSynchronizeKeyring := FConnectionManager.DoNotSynchronizeKeyringCheckBox.Checked; WriteConnections; // Save connection manager data if b and (FConnectionManager.ConnectedEngine <> nil) then begin |
