Skip to content

Commit

Permalink
fix: system tray component expand on mouse button up (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
Video-Nomad authored Dec 18, 2023
1 parent 8ff0de5 commit 00ad788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GlazeWM.Bar/Components/SystemTrayComponent.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
MouseEnter="OnLabelHoverEnter"
MouseLeave="OnLabelHoverLeave">
<i:Interaction.Triggers>
<i:EventTrigger EventName="MouseLeftButtonDown">
<i:EventTrigger EventName="MouseLeftButtonUp">
<i:CallMethodAction
MethodName="ToggleShowAllIcons"
TargetObject="{Binding Path=DataContext, ElementName=_workspacesComponent, Mode=OneWay}" />
Expand Down

0 comments on commit 00ad788

Please sign in to comment.