Config: Add HonorLegacySettings option

This commit is contained in:
Stas'M 2017-12-27 21:28:44 +03:00
commit 63bf27f0a9
2 changed files with 21 additions and 1 deletions

View file

@ -222,6 +222,15 @@ object MainForm: TMainForm
Value = 0
OnChange = seRDPPortChange
end
object cbCustomPrg: TCheckBox
Left = 8
Top = 115
Width = 169
Height = 17
Caption = 'Allow to start custom programs'
TabOrder = 4
OnClick = cbAllowTSConnectionsClick
end
end
object Timer: TTimer
Interval = 250