diff --git a/CreamInstaller/CreamInstaller.csproj b/CreamInstaller/CreamInstaller.csproj
index 8a72d66..99de71f 100644
--- a/CreamInstaller/CreamInstaller.csproj
+++ b/CreamInstaller/CreamInstaller.csproj
@@ -5,7 +5,7 @@
True
Resources\ini.ico
true
- 3.2.0.1
+ 3.2.0.2
Resources\ini.ico
diff --git a/CreamInstaller/SelectForm.cs b/CreamInstaller/SelectForm.cs
index 10fc493..66b1029 100644
--- a/CreamInstaller/SelectForm.cs
+++ b/CreamInstaller/SelectForm.cs
@@ -738,7 +738,7 @@ internal partial class SelectForm : CustomForm
}
}
ProgramSelection dlcParentSelection = dlc.HasValue ? ProgramSelection.FromId(dlc.Value.gameAppId) : null;
- if (selection is not null || dlcParentSelection is not null && dlcParentSelection.IsSteam)
+ if (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"),