swip
This commit is contained in:
parent
00a82217e1
commit
f3304c7503
|
@ -4,7 +4,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<MkFolder :defaultOpen="false">
|
<MkFolder :defaultOpen="false" :canPage="false">
|
||||||
<template #icon><i class="ti ti-pencil"></i></template>
|
<template #icon><i class="ti ti-pencil"></i></template>
|
||||||
<template #label>{{ i18n.ts.preset }}: {{ preset.name === '' ? '(' + i18n.ts.noName + ')' : preset.name }}</template>
|
<template #label>{{ i18n.ts.preset }}: {{ preset.name === '' ? '(' + i18n.ts.noName + ')' : preset.name }}</template>
|
||||||
<template #footer>
|
<template #footer>
|
||||||
|
|
|
@ -90,6 +90,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||||
<MkFolder>
|
<MkFolder>
|
||||||
<template #icon><i class="ti ti-copyright"></i></template>
|
<template #icon><i class="ti ti-copyright"></i></template>
|
||||||
<template #label><SearchLabel>{{ i18n.ts.watermark }}</SearchLabel></template>
|
<template #label><SearchLabel>{{ i18n.ts.watermark }}</SearchLabel></template>
|
||||||
|
<template #caption>{{ i18n.ts._watermarkEditor.tip }}</template>
|
||||||
|
|
||||||
<div class="_gaps">
|
<div class="_gaps">
|
||||||
<div class="_gaps_s">
|
<div class="_gaps_s">
|
||||||
|
|
Loading…
Reference in New Issue