Skip to content

Commit

Permalink
Fixed display bug in advanced parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
tmtabor committed Feb 17, 2022
1 parent c9e5c0c commit 635b7df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion igv/tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def decorator(func):
{
"name": "Advanced Parameters",
"parameters": ["track_format", "track_type"],
"hidden": True,
"hidden": False,
"advanced": True
}
],
Expand Down

0 comments on commit 635b7df

Please sign in to comment.