Fix launching remote input only with UUID

This commit is contained in:
Yukino Song
2025-06-03 01:21:30 +08:00
parent d5042e4277
commit e52176707f
2 changed files with 2 additions and 1 deletions

View File

@@ -165,6 +165,7 @@ namespace proc {
void proc_t::launch_input_only() {
_app_id = input_only_app_id;
_app_name = "Remote Input";
_app.uuid = REMOTE_INPUT_UUID;
allow_client_commands = false;
placebo = true;