diff --git a/OpenRA.Mods.Common/Widgets/Logic/AssetBrowserLogic.cs b/OpenRA.Mods.Common/Widgets/Logic/AssetBrowserLogic.cs index 340e7e8102..2c9e896096 100644 --- a/OpenRA.Mods.Common/Widgets/Logic/AssetBrowserLogic.cs +++ b/OpenRA.Mods.Common/Widgets/Logic/AssetBrowserLogic.cs @@ -416,6 +416,7 @@ namespace OpenRA.Mods.Common.Widgets.Logic var label = item.Get("TITLE"); WidgetUtils.TruncateLabelToTooltip(label, filepath); + label.GetTooltipText = () => $"{filepath}\n{package.Name}"; item.IsVisible = () => {