fix
This commit is contained in:
parent
62f38acb74
commit
345492cc66
|
|
@ -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'">
|
||||
|
|
|
|||
Loading…
Reference in New Issue