tweak 5ad37c97
This commit is contained in:
parent
5ad37c9700
commit
b7e427ae10
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue