Don't set isThread on the message and file delegate context menus
It doesn't have a property called isThread, and I don't know where it went - if it ever existed?
This commit is contained in:
@@ -253,7 +253,6 @@ Kirigami.Page {
|
|||||||
messageComponentType: messageComponentType,
|
messageComponentType: messageComponentType,
|
||||||
plainText: plainText,
|
plainText: plainText,
|
||||||
htmlText: htmlText,
|
htmlText: htmlText,
|
||||||
isThread: isThread
|
|
||||||
});
|
});
|
||||||
contextMenu.open();
|
contextMenu.open();
|
||||||
}
|
}
|
||||||
@@ -265,7 +264,6 @@ Kirigami.Page {
|
|||||||
plainText: plainText,
|
plainText: plainText,
|
||||||
mimeType: mimeType,
|
mimeType: mimeType,
|
||||||
progressInfo: progressInfo,
|
progressInfo: progressInfo,
|
||||||
isThread: isThread
|
|
||||||
});
|
});
|
||||||
contextMenu.open();
|
contextMenu.open();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user