Skip to content

Commit

Permalink
[BUG] Task View causes Explorer restart when SystemTrayMenu is open (#…
Browse files Browse the repository at this point in the history
…299, #317), version 1.2.3.9
  • Loading branch information
chip33 authored Feb 6, 2022
1 parent 4ddd229 commit 461b4a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion UserInterface/TaskbarForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ public TaskbarForm()
InitializeComponent();
Icon = Config.GetAppIcon();
MaximumSize = new Size(10, 1);
Opacity = 0.01f;
// Opacity = 0.01f;
// (otherwise: Task View causes Explorer restart when SystemTrayMenu is open #299)
SetLocation();
}

Expand Down

0 comments on commit 461b4a9

Please sign in to comment.