Remove obvious comment

This commit is contained in:
Bartłomiej Dach 2023-06-18 14:04:00 +02:00
parent 64e96c6d82
commit 4c78144d10
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ public void DeselectAll()
foreach (var button in availableMods.Where(b => b.Active.Value))
{
if (!button.Visible)
button.Active.Value = false; //If mod panel is hidden change state manually without any animation
button.Active.Value = false;
else
pendingSelectionOperations.Enqueue(() => button.Active.Value = false);
}