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
ThioJoe 2025-08-14 16:54:35 -07:00
parent 86683a433d
commit 74704b6fc4
No known key found for this signature in database
GPG Key ID: 2E328FE64CC3898C
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<!-- Options for improved security -->
<VideoInput>Disable</VideoInput>
<AudioInput>Disable</AudioInput>
<PrinterRedirection>Disabled</PrinterRedirection>
<PrinterRedirection>Disable</PrinterRedirection>
<vGPU>Disable</vGPU>