Skip to content

Commit 65bc47b

Browse files
committed
Update NotifyIcon.cs
1 parent 39cd794 commit 65bc47b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ManagedShell.WindowsTray/NotifyIcon.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ private bool handleClickOverride(bool performAction)
541541
{
542542
if (performAction)
543543
{
544-
ShellHelper.ShowActionCenter();
544+
ShellHelper.ToggleActionCenter();
545545
}
546546

547547
if (!EnvironmentHelper.IsWindows1122H2OrBetter)

0 commit comments

Comments
 (0)