fix typo and remove deprecated DefaultView
This commit is contained in:
parent
8b29c5f54c
commit
49a1954f96
|
@ -67,7 +67,7 @@ private $defaults = array(
|
|||
'MaxFPS' => null,
|
||||
'AlarmMaxFPS' => null,
|
||||
'FPSReportInterval' => 100,
|
||||
'RefBlencPerc' => 6,
|
||||
'RefBlendPerc' => 6,
|
||||
'AlarmRefBlendPerc' => 6,
|
||||
'Controllable' => 0,
|
||||
'ControlId' => null,
|
||||
|
@ -78,7 +78,6 @@ private $defaults = array(
|
|||
'TrackDelay' => null,
|
||||
'ReturnLocation' => -1,
|
||||
'ReturnDelay' => null,
|
||||
'DefaultView' => 'Events',
|
||||
'DefaultRate' => 100,
|
||||
'DefaultScale' => 100,
|
||||
'SignalCheckPoints' => 0,
|
||||
|
|
Loading…
Reference in New Issue