This commit is contained in:
kakkokari-gtyih 2025-10-20 13:07:57 +09:00
parent 62f38acb74
commit 345492cc66
1 changed files with 4 additions and 1 deletions

View File

@ -68,7 +68,6 @@ SPDX-License-Identifier: AGPL-3.0-only
<MkSwitch v-model="layerPreserveBoundingRect">
<template #label>{{ i18n.ts._watermarkEditor.preserveBoundingRect }}</template>
<template #caption>{{ i18n.ts._watermarkEditor.preserveBoundingRectDescription }}</template>
</MkSwitch>
</template>
@ -134,6 +133,10 @@ SPDX-License-Identifier: AGPL-3.0-only
<MkSwitch v-model="layer.cover">
<template #label>{{ i18n.ts._watermarkEditor.cover }}</template>
</MkSwitch>
<MkSwitch v-model="layerPreserveBoundingRect">
<template #label>{{ i18n.ts._watermarkEditor.preserveBoundingRect }}</template>
</MkSwitch>
</template>
<template v-else-if="layer.type === 'qr'">