mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-28 08:14:29 +02:00
Refresh inventory after attaching mail
This commit is contained in:
parent
1fbe0a14ad
commit
4d629139aa
@ -814,6 +814,15 @@
|
|||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
|
|
||||||
|
Dim s As Screen = Core.CurrentScreen
|
||||||
|
While Not s.PreScreen Is Nothing And s.Identification <> Screen.Identifications.InventoryScreen
|
||||||
|
s = s.PreScreen
|
||||||
|
End While
|
||||||
|
|
||||||
|
If s.Identification = Screen.Identifications.InventoryScreen Then
|
||||||
|
CType(s, NewInventoryScreen).LoadItems()
|
||||||
|
End If
|
||||||
|
|
||||||
Me.message = text
|
Me.message = text
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user