From ac18f79d99b3ae3adf202341d83c3aaf2876041b Mon Sep 17 00:00:00 2001 From: JappaWakka Date: Tue, 1 Aug 2023 18:38:42 +0200 Subject: [PATCH] Don't show unread icon when taken from party --- P3D/Screens/PC/MailSystemScreen.vb | 1 + 1 file changed, 1 insertion(+) diff --git a/P3D/Screens/PC/MailSystemScreen.vb b/P3D/Screens/PC/MailSystemScreen.vb index 39add6694..20766debd 100644 --- a/P3D/Screens/PC/MailSystemScreen.vb +++ b/P3D/Screens/PC/MailSystemScreen.vb @@ -51,6 +51,7 @@ Me.TakenFromParty = True Me.index = 1 Me.TempNewMail = Items.MailItem.GetMailDataFromString(PartyMailItem.AdditionalData) + Me.TempNewMail.MailRead = True End If End Sub