diff --git a/LANCommander.Launcher/UI/Depot/Components/DepotGameDetails.razor b/LANCommander.Launcher/UI/Depot/Components/DepotGameDetails.razor index 8f1e7a48..7b4034af 100644 --- a/LANCommander.Launcher/UI/Depot/Components/DepotGameDetails.razor +++ b/LANCommander.Launcher/UI/Depot/Components/DepotGameDetails.razor @@ -8,6 +8,7 @@ @inject ILogger Logger @inject NavigationManager NavigationManager @inject ModalService ModalService +@inject IMessageService MessageService @if (SelectedGame != null) @@ -44,19 +45,19 @@ } else { - + } @if (SelectedGame.InLibrary) { -