mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 14:07:46 +08:00
Update AbstractConnectionRecord.cs
defaults set not needed
This commit is contained in:
@@ -76,8 +76,8 @@ namespace mRemoteNG.Connection
|
||||
private bool _disableCursorBlinking;
|
||||
|
||||
private bool _redirectKeys;
|
||||
private RDPDiskDrives _redirectDiskDrives = RDPDiskDrives.None;
|
||||
private string _redirectDiskDrivesCustom = "";
|
||||
private RDPDiskDrives _redirectDiskDrives;
|
||||
private string _redirectDiskDrivesCustom;
|
||||
private bool _redirectPrinters;
|
||||
private bool _redirectClipboard;
|
||||
private bool _redirectPorts;
|
||||
|
||||
Reference in New Issue
Block a user