This commit is contained in:
Kainoa Kanter 2023-05-12 20:05:25 -07:00
parent dcd9f0a9c2
commit a51169a948
1 changed files with 3 additions and 2 deletions

View File

@ -49,13 +49,14 @@
</h2> </h2>
<h3>{{ i18n.ts._tutorial.step1_1 }}</h3> <h3>{{ i18n.ts._tutorial.step1_1 }}</h3>
<div>{{ i18n.ts._tutorial.step1_2 }}</div> <div>{{ i18n.ts._tutorial.step1_2 }}</div>
<FormSwitch v-model="autoplayMfm" class="_formBlock"> <!-- TODO: move to new slide -->
<!-- <FormSwitch v-model="autoplayMfm" class="_formBlock">
{{ i18n.ts._mfm.alwaysPlay }} {{ i18n.ts._mfm.alwaysPlay }}
<template #caption> <template #caption>
<i class="ph-warning ph-bold ph-lg" style="color: var(--warn)"></i> <i class="ph-warning ph-bold ph-lg" style="color: var(--warn)"></i>
{{ i18n.ts._mfm.warn }} {{ i18n.ts._mfm.warn }}
</template> </template>
</FormSwitch> </FormSwitch> -->
<FormSwitch v-model="reduceAnimation" class="_formBlock"> <FormSwitch v-model="reduceAnimation" class="_formBlock">
{{ i18n.ts.reduceUiAnimation }} {{ i18n.ts.reduceUiAnimation }}
</FormSwitch> </FormSwitch>