mirror of
https://github.com/RedWizardsLab/EchoHub.git
synced 2026-09-04 16:46:08 +02:00
feat: Add "Copy message ID" option to message context menu
This commit is contained in:
@@ -630,6 +630,7 @@ public sealed partial class MainWindow : Runnable
|
||||
|
||||
if (line.MessageId is { } messageId)
|
||||
{
|
||||
items.Add(new MenuItem("Copy message ID", "", () => CopyToClipboard(messageId.ToString()), Key.Empty));
|
||||
items.Add(new Line());
|
||||
items.Add(new MenuItem("Delete message", "", () => ConfirmDeleteMessage(messageId), Key.Empty));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user