Skip to content

Commit

Permalink
Init visible value
Browse files Browse the repository at this point in the history
  • Loading branch information
HyCraftHD committed Jan 14, 2025
1 parent aa35be1 commit 855d9e2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ protected void init() {
menu.setStrict(isStrictCheckbox.isChecked());
});
isStrictCheckbox.setTooltip(Tooltip.create(strictTooltipTextComponent));
isStrictCheckbox.visible = menu.hasFilterItem();
}

@Override
Expand Down

0 comments on commit 855d9e2

Please sign in to comment.