summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkImageEffectorDialog.vue
diff options
context:
space:
mode:
authorsyuilo <4439005+syuilo@users.noreply.github.com>2025-06-15 11:06:46 +0900
committersyuilo <4439005+syuilo@users.noreply.github.com>2025-06-15 11:06:46 +0900
commitfe805fb7f0a05ea201fafb5e7926cded33d53b31 (patch)
tree766acb6d94e721bc0e437d66f3137c0e47f9e5d0 /packages/frontend/src/components/MkImageEffectorDialog.vue
parentenhance(frontend/image-effector): tweak fxs (diff)
downloadmisskey-fe805fb7f0a05ea201fafb5e7926cded33d53b31.tar.gz
misskey-fe805fb7f0a05ea201fafb5e7926cded33d53b31.tar.bz2
misskey-fe805fb7f0a05ea201fafb5e7926cded33d53b31.zip
enhance(frontend/image-effector): tweak fxs
Diffstat (limited to 'packages/frontend/src/components/MkImageEffectorDialog.vue')
-rw-r--r--packages/frontend/src/components/MkImageEffectorDialog.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkImageEffectorDialog.vue b/packages/frontend/src/components/MkImageEffectorDialog.vue
index 42502ba449..2c6185fd33 100644
--- a/packages/frontend/src/components/MkImageEffectorDialog.vue
+++ b/packages/frontend/src/components/MkImageEffectorDialog.vue
@@ -96,7 +96,7 @@ watch(layers, async () => {
}, { deep: true });
function addEffect(ev: MouseEvent) {
- os.popupMenu(FXS.filter(fx => fx.id !== 'watermarkPlacement').map((fx) => ({
+ os.popupMenu(FXS.map((fx) => ({
text: fx.name,
action: () => {
layers.push({