Merge branch 'dev' into add-comp-gate-eq-device

This commit is contained in:
onyx-and-iris 2022-12-16 18:51:00 +00:00
commit bc3216bee7

View File

@ -238,7 +238,7 @@ The following methods are available:
- hide - hide
- restart - restart
- shutdown - shutdown
- Load(<filepath>) - Load(filepath)
The following properties are write only and accept boolean values: The following properties are write only and accept boolean values:
@ -252,8 +252,7 @@ $vmr.command.show
$vmr.command.lock = $true $vmr.command.lock = $true
$vmr.command.Load("path/to/filename.xml")
$vmr.command.Load("<path/to/filename.xml>")
``` ```
### Recorder ### Recorder