mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
Fixed file name in window title changing when exporting an XML file. Removed redundant code.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
Fixed issue #66 - Fresh Install Fails to Create Config
|
||||
Fixed issue #67 - Connection file gets erased
|
||||
Disabled automatic updates in the portable edition
|
||||
Fixed file name in window title changing when exporting an XML file.
|
||||
Updated PuTTY to version 0.61
|
||||
Binaries are now digitally signed
|
||||
|
||||
|
||||
@@ -157,18 +157,12 @@ Namespace Config
|
||||
SaveToVRE()
|
||||
Case Format.vRDCSV
|
||||
SaveTovRDCSV()
|
||||
Case Format.mRXML Or Format.None
|
||||
SaveToXML()
|
||||
If My.Settings.EncryptCompleteConnectionsFile Then
|
||||
EncryptCompleteFile()
|
||||
End If
|
||||
SetMainFormText(_ConnectionFileName)
|
||||
Case Else
|
||||
SaveToXML()
|
||||
If My.Settings.EncryptCompleteConnectionsFile Then
|
||||
EncryptCompleteFile()
|
||||
End If
|
||||
SetMainFormText(_ConnectionFileName)
|
||||
If Not _Export Then SetMainFormText(_ConnectionFileName)
|
||||
End Select
|
||||
End Sub
|
||||
#End Region
|
||||
|
||||
Reference in New Issue
Block a user