Skip to content

Commit

Permalink
Revert unintentional tray icon change from KSP-CKAN#2587
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Dec 9, 2018
1 parent 7413c23 commit 4ad1459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GUI/MainTrayIcon.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ private void UpdateTrayState()
}
else
{
//minimizeNotifyIcon.Visible = false;
minimizeNotifyIcon.Visible = false;
}
}

Expand Down

0 comments on commit 4ad1459

Please sign in to comment.