Don't refer to everything as an image in the file context menu

Instead, let's change the text based on the message component type.
This commit is contained in:
Joshua Goins
2025-05-20 16:33:43 -04:00
parent d895f8d771
commit 9cba57368e
2 changed files with 39 additions and 3 deletions

View File

@@ -266,6 +266,7 @@ Kirigami.Page {
plainText: plainText,
mimeType: mimeType,
progressInfo: progressInfo,
messageComponentType: messageComponentType,
});
contextMenu.popup();
}