fix
This commit is contained in:
parent
f7ddff7475
commit
ae949af6c3
|
@ -28,7 +28,7 @@
|
||||||
<MkSwitch v-model="showTimelineReplies">{{ i18n.ts.flagShowTimelineReplies }}<template #caption>{{ i18n.ts.flagShowTimelineRepliesDescription }} {{ i18n.ts.reflectMayTakeTime }}</template></MkSwitch>
|
<MkSwitch v-model="showTimelineReplies">{{ i18n.ts.flagShowTimelineReplies }}<template #caption>{{ i18n.ts.flagShowTimelineRepliesDescription }} {{ i18n.ts.reflectMayTakeTime }}</template></MkSwitch>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<MkSelect v-model="timelineBackTopBehavior" :disabled="isWebKit()">
|
<MkSelect v-model="timelineBackTopBehavior" :disabled="isWebKit()" :readonly="isWebKit()">
|
||||||
<template #label>{{ i18n.ts.timelineBackTopBehavior }}</template>
|
<template #label>{{ i18n.ts.timelineBackTopBehavior }}</template>
|
||||||
<option value="newest">{{ i18n.ts._timelineBackTopBehavior.newest }}</option>
|
<option value="newest">{{ i18n.ts._timelineBackTopBehavior.newest }}</option>
|
||||||
<option value="next">{{ i18n.ts._timelineBackTopBehavior.next }}</option>
|
<option value="next">{{ i18n.ts._timelineBackTopBehavior.next }}</option>
|
||||||
|
|
Loading…
Reference in New Issue