Skip to content

Commit

Permalink
Exclude recommendations conflicts from message log (fixes #4058)
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Mar 14, 2024
1 parent 98b76fb commit f24bf65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GUI/Main/MainRecommendations.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ private void ChooseRecommendedMods_OnSelectedItemsChanged(ListView.SelectedListV

private void ChooseRecommendedMods_OnConflictFound(string message)
{
currentUser.RaiseMessage(message);
StatusLabel.ToolTipText = StatusLabel.Text = message;
}

private void auditRecommendationsMenuItem_Click(object sender, EventArgs e)
Expand Down

0 comments on commit f24bf65

Please sign in to comment.