Skip to content

Commit

Permalink
Dont show a hover effect if the currencies node popup is disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
haroldiedema committed Aug 19, 2024
1 parent 2814620 commit 291ed21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ protected override void OnUpdate()
{
Popup.IsDisabled = !GetConfigValue<bool>("EnableMouseInteraction");
Popup.UseGrayscaleIcons = GetConfigValue<bool>("DesaturateIcons");
Node.EnableHoverTag = !Popup.IsDisabled;

UpdateCustomIdList();

Expand Down
2 changes: 1 addition & 1 deletion drawing

0 comments on commit 291ed21

Please sign in to comment.