This commit is contained in:
kakkokari-gtyih 2025-06-04 09:23:25 +09:00
parent 86b4ae37bc
commit 9e4a408d7a
1 changed files with 1 additions and 2 deletions

View File

@ -433,8 +433,7 @@ function showMenu(ev: MouseEvent, item: UploaderItem) {
text: i18n.ts.high,
active: computed(() => item.compressionLevel === 3),
action: () => changeCompressionLevel(3),
},
],
}],
});
}