Port DelegateContextMenu to ConvergentContextMenu

This commit is contained in:
Carl Schwan
2025-01-03 17:23:24 +01:00
parent c43563a804
commit f0e0979366
4 changed files with 240 additions and 279 deletions

View File

@@ -255,7 +255,7 @@ Kirigami.Page {
plainText: plainText,
htmlText: htmlText,
});
contextMenu.open();
contextMenu.popup();
}
function onShowFileMenu(eventId, author, messageComponentType, plainText, mimeType, progressInfo, isThread) {
@@ -266,7 +266,7 @@ Kirigami.Page {
mimeType: mimeType,
progressInfo: progressInfo,
});
contextMenu.open();
contextMenu.popup();
}
function onShowMaximizedMedia(index) {