more intuitive option order
This commit is contained in:
parent
29bb1453fc
commit
799fcd3c73
@ -216,9 +216,9 @@
|
||||
|
||||
<FormSelect v-model="nsfw" class="_formBlock">
|
||||
<template #label>{{ i18n.ts.nsfw }}</template>
|
||||
<option value="force">{{ i18n.ts._nsfw.force }}</option>
|
||||
<option value="respect">{{ i18n.ts._nsfw.respect }}</option>
|
||||
<option value="ignore">{{ i18n.ts._nsfw.ignore }}</option>
|
||||
<option value="force">{{ i18n.ts._nsfw.force }}</option>
|
||||
</FormSelect>
|
||||
</FormSection>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user