Skip to content

Commit

Permalink
make IssuesTotalColumn not visible by default
Browse files Browse the repository at this point in the history
  • Loading branch information
car-roll committed Jan 9, 2025
1 parent f93deb5 commit 3d62e45
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,11 @@ public String getDisplayName() {
return Messages.IssuesTotalColumn_Name();
}

@Override
public boolean shownByDefault() {
return false;
}

/**
* Return the model for the select widget.
*
Expand Down

0 comments on commit 3d62e45

Please sign in to comment.