1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

ci: arrangements for beta channel

This commit is contained in:
2023-07-31 10:55:05 +02:00
parent 2e11a0c032
commit 473c4636cf
8 changed files with 103 additions and 18 deletions

View File

@ -44,7 +44,7 @@
</button>
</div>
<div class="form-group mt-4">
<label class="form-switch d-inline-block disabled" @click.prevent="toggleAllowPrerelease">
<label class="form-switch d-inline-block" @click.prevent="toggleAllowPrerelease">
<input type="checkbox" :checked="allowPrerelease">
<i class="form-icon" /> {{ t('message.includeBetaUpdates') }}
</label>