Update MkImageEffectorDialog.Layer.vue

This commit is contained in:
syuilo 2025-05-29 12:25:34 +09:00
parent 854a384fd9
commit 6bcc9a47fd
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-->
<template>
<MkFolder :defaultOpen="true">
<MkFolder :defaultOpen="true" :canPage="false">
<template #label>{{ fx.name }}</template>
<template #footer>
<MkButton @click="emit('del')">{{ i18n.ts.remove }}</MkButton>