This commit is contained in:
syuilo
2025-03-16 14:56:27 +09:00
parent fbd9f47182
commit 32844e4775
9 changed files with 9 additions and 9 deletions

View File

@@ -135,7 +135,7 @@ function forward() {
function showMenu(ev: MouseEvent) {
os.popupMenu([{
icon: 'ti ti-id',
icon: 'ti ti-hash',
text: 'Copy ID',
action: () => {
copyToClipboard(props.report.id);