From f85eab9822c50aeee20922b6b6d8f08f4cd6126a Mon Sep 17 00:00:00 2001 From: Yukino Song Date: Thu, 23 Jan 2025 04:03:58 +0800 Subject: [PATCH] Disable client commands on built-in virtual display app --- src/process.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/process.cpp b/src/process.cpp index 8ffa7935..5d166bb7 100644 --- a/src/process.cpp +++ b/src/process.cpp @@ -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;