Add terminate on pause option for apps (resolves #801)
This commit is contained in:
@@ -324,6 +324,14 @@
|
||||
v-model="editForm['wait-all']"
|
||||
default="true"
|
||||
></Checkbox>
|
||||
<!-- terminate on pause -->
|
||||
<Checkbox class="mb-3"
|
||||
id="terminateOnPause"
|
||||
label="apps.terminate_on_pause"
|
||||
desc="apps.terminate_on_pause_desc"
|
||||
v-model="editForm['terminate-on-pause']"
|
||||
default="false"
|
||||
></Checkbox>
|
||||
<!-- exit timeout -->
|
||||
<div class="mb-3">
|
||||
<label for="exitTimeout" class="form-label">{{ $t('apps.exit_timeout') }}</label>
|
||||
@@ -503,6 +511,7 @@
|
||||
"per-client-app-identity": false,
|
||||
"allow-client-commands": true,
|
||||
"virtual-display": false,
|
||||
"terminate-on-pause": false,
|
||||
"gamepad": ""
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user