This commit is contained in:
NoriDev 2023-08-05 00:43:35 +09:00
parent 5ad37c9700
commit b7e427ae10

View file

@ -27,6 +27,8 @@ SPDX-License-Identifier: AGPL-3.0-only
<MkSwitch v-model="showRenoteConfirmPopup">
<template #label>{{ i18n.ts.showRenoteConfirmPopup }}</template>
</MkSwitch>
<div>
<MkRadios v-model="displayHeaderNavBarWhenScroll">
<template #label>{{ i18n.ts.displayHeaderNavBarWhenScroll }}</template>
<option value="all">{{ i18n.ts._displayHeaderNavBarWhenScroll.all }}</option>
@ -38,6 +40,7 @@ SPDX-License-Identifier: AGPL-3.0-only
</MkRadios>
</div>
</div>
</div>
</FormSection>
<FormSection>
<template #label>{{ i18n.ts._cherrypick.patch }}</template>