Add virtual display config to apps

This commit is contained in:
Yukino Song
2024-08-19 07:08:39 +08:00
parent 833c902a56
commit 25eb5c8714
6 changed files with 56 additions and 11 deletions

View File

@@ -79,7 +79,9 @@
"wait_all": "Continue streaming until all app processes exit",
"wait_all_desc": "This will continue streaming until all processes started by the app have terminated. When unchecked, streaming will stop when the initial app process exits, even if other app processes are still running.",
"working_dir": "Working Directory",
"working_dir_desc": "The working directory that should be passed to the process. For example, some applications use the working directory to search for configuration files. If not set, Apollo will default to the parent directory of the command"
"working_dir_desc": "The working directory that should be passed to the process. For example, some applications use the working directory to search for configuration files. If not set, Apollo will default to the parent directory of the command",
"virtual_display": "Use Virtual Display",
"virtual_display_desc": "Always use Virtual Display on this app, overriding client request."
},
"config": {
"adapter_name": "Adapter Name",