[BUG] Task View causes Explorer restart when SystemTrayMenu is open (#299, #317), version 1.2.3.9

This commit is contained in:
chip33 2022-02-06 15:03:09 +00:00 committed by GitHub
parent 4ddd229797
commit 461b4a9d17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,8 @@ namespace SystemTrayMenu.UserInterface
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();
}