Disable client commands on built-in virtual display app

This commit is contained in:
Yukino Song
2025-01-23 04:03:58 +08:00
parent 5aaeb70722
commit f85eab9822

View File

@@ -1017,6 +1017,7 @@ namespace proc {
ctx.virtual_display = true;
ctx.scale_factor = 100;
ctx.use_app_identity = false;
ctx.allow_client_commands = false;
ctx.elevated = false;
ctx.auto_detach = true;