From faee45d0d7766610575a3b3b76e1a902f8674dc4 Mon Sep 17 00:00:00 2001 From: pointfeev Date: Mon, 7 Mar 2022 14:46:53 -0500 Subject: [PATCH] context menu fix --- CreamInstaller/CreamInstaller.csproj | 2 +- CreamInstaller/SelectForm.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CreamInstaller/CreamInstaller.csproj b/CreamInstaller/CreamInstaller.csproj index 6724148..c1eb03c 100644 --- a/CreamInstaller/CreamInstaller.csproj +++ b/CreamInstaller/CreamInstaller.csproj @@ -5,7 +5,7 @@ True Resources\ini.ico true - 3.2.0.5 + 3.2.0.6 Resources\ini.ico diff --git a/CreamInstaller/SelectForm.cs b/CreamInstaller/SelectForm.cs index fedc020..12f940e 100644 --- a/CreamInstaller/SelectForm.cs +++ b/CreamInstaller/SelectForm.cs @@ -721,7 +721,7 @@ internal partial class SelectForm : CustomForm } } ProgramSelection dlcParentSelection = dlc.HasValue ? ProgramSelection.FromId(dlc.Value.gameAppId) : null; - if (selection is not null && selection.IsSteam || dlcParentSelection is not null && dlcParentSelection.IsSteam) + if (id != "ParadoxLauncher" && (selection is not null && selection.IsSteam || dlcParentSelection is not null && dlcParentSelection.IsSteam)) { nodeContextMenu.Items.Add(new ToolStripSeparator()); nodeContextMenu.Items.Add(new ToolStripMenuItem("Open SteamDB", Image("SteamDB"),