mirror of
https://github.com/stascorp/rdpwrap.git
synced 2025-08-14 02:27:22 -07:00
Config: Add HonorLegacySettings option
This commit is contained in:
parent
1459036d05
commit
63bf27f0a9
2 changed files with 21 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue