App ordering support for legacy clients

This commit is contained in:
Yukino Song
2025-05-28 20:32:56 +08:00
parent 69d3b7876e
commit 4030680fcc
8 changed files with 96 additions and 4 deletions

View File

@@ -5,8 +5,7 @@ import Checkbox from "../../Checkbox.vue";
const props = defineProps([
'platform',
'config',
'global_prep_cmd'
'config'
])
const config = ref(props.config)
@@ -51,6 +50,14 @@ const config = ref(props.config)
default="false"
></Checkbox>
<!-- Legacy ordering -->
<Checkbox class="mb-3"
id="legacy_ordering"
locale-prefix="config"
v-model="config.legacy_ordering"
default="false"
></Checkbox>
<!-- HEVC Support -->
<div class="mb-3">
<label for="hevc_mode" class="form-label">{{ $t('config.hevc_mode') }}</label>