fix(checkbox): inverse global prep values for apps (#3547)

This commit is contained in:
Lukas Senionis 2025-01-17 15:24:49 +02:00 committed by GitHub
commit 1c2d7ec830
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 1 deletions

View file

@ -122,6 +122,7 @@
desc="apps.global_prep_desc"
v-model="editForm['exclude-global-prep-cmd']"
default="true"
inverse-values
></Checkbox>
<div class="mb-3">
<label for="appName" class="form-label">{{ $t('apps.cmd_prep_name') }}</label>