Add global option for set virtual display as primary display
This commit is contained in:
@@ -82,14 +82,14 @@
|
||||
"name": "Name",
|
||||
"output_desc": "The file where the output of the command is stored, if it is not specified, the output is ignored",
|
||||
"output_name": "Output",
|
||||
"run_as_desc": "This can be necessary for some applications that require administrator permissions to run properly.",
|
||||
"run_as_desc": "This can be necessary for some applications that require administrator permissions to run properly. Might cause URL schemes to fail.",
|
||||
"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",
|
||||
"virtual_display": "Always use Virtual Display",
|
||||
"virtual_display_desc": "Always use virtual display on this app, overriding client request. Please make sure the SudoVDA driver is installed and enabled.",
|
||||
"virtual_display_primary": "Set virtual display as primary display",
|
||||
"virtual_display_primary": "Enforce Virtual Display Primary",
|
||||
"virtual_display_primary_desc": "Automatically set the virtual display as primary display when the app starts. Virtual display will always be set to primary when client requests to use virtual display. (Recommended to keep on)",
|
||||
"resolution_scale_factor": "Resolution Scale Factor",
|
||||
"resolution_scale_factor_desc": "Scale the client requested resolution based on this factor. e.g. 2000x1000 with a factor of 120% will become 2400x1200. Overrides client requested factor when the number isn't 100%. This option won't affect client requested streaming resolution."
|
||||
@@ -322,6 +322,8 @@
|
||||
"restart_note": "Apollo is restarting to apply changes.",
|
||||
"server_cmd": "Server Commands",
|
||||
"server_cmd_desc": "Configure a list of commands to be executed when called from client during streaming.",
|
||||
"set_vdisplay_primary": "Enforce Virtual Display Primary",
|
||||
"set_vdisplay_primary_desc": "Automatically set the virtual display as primary display when the app starts. Virtual display will always be set to primary when client requests to use virtual display. (Recommended to keep on)",
|
||||
"sunshine_name": "Apollo Name",
|
||||
"sunshine_name_desc": "The name displayed by Moonlight. If not specified, the PC's hostname is used",
|
||||
"sw_preset": "SW Presets",
|
||||
|
||||
Reference in New Issue
Block a user