App ordering support for legacy clients
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user