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">
|
<MkSwitch v-model="showRenoteConfirmPopup">
|
||||||
<template #label>{{ i18n.ts.showRenoteConfirmPopup }}</template>
|
<template #label>{{ i18n.ts.showRenoteConfirmPopup }}</template>
|
||||||
</MkSwitch>
|
</MkSwitch>
|
||||||
|
|
||||||
|
<div>
|
||||||
<MkRadios v-model="displayHeaderNavBarWhenScroll">
|
<MkRadios v-model="displayHeaderNavBarWhenScroll">
|
||||||
<template #label>{{ i18n.ts.displayHeaderNavBarWhenScroll }}</template>
|
<template #label>{{ i18n.ts.displayHeaderNavBarWhenScroll }}</template>
|
||||||
<option value="all">{{ i18n.ts._displayHeaderNavBarWhenScroll.all }}</option>
|
<option value="all">{{ i18n.ts._displayHeaderNavBarWhenScroll.all }}</option>
|
||||||
|
@ -38,6 +40,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||||
</MkRadios>
|
</MkRadios>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</FormSection>
|
</FormSection>
|
||||||
<FormSection>
|
<FormSection>
|
||||||
<template #label>{{ i18n.ts._cherrypick.patch }}</template>
|
<template #label>{{ i18n.ts._cherrypick.patch }}</template>
|
||||||
|
|
Loading…
Reference in a new issue