Fix PrinterRedirection value
- It incorrectly said "Disabled" instead of "Disable" ( #9 ) - The default was disable anyway, so I believe even with the incorrect value it would still be disabled.pull/12/head
parent
86683a433d
commit
74704b6fc4
|
|
@ -11,7 +11,7 @@
|
|||
<!-- Options for improved security -->
|
||||
<VideoInput>Disable</VideoInput>
|
||||
<AudioInput>Disable</AudioInput>
|
||||
<PrinterRedirection>Disabled</PrinterRedirection>
|
||||
<PrinterRedirection>Disable</PrinterRedirection>
|
||||
<vGPU>Disable</vGPU>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue