Skip to content

Commit

Permalink
Hide ready state from explorer view
Browse files Browse the repository at this point in the history
  • Loading branch information
glopesdev committed Jul 22, 2024
1 parent 136e270 commit 9a2f472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bonsai.Editor/ExplorerTreeView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ private static int GetStateImageIndex(ExplorerNodeStatus status)
{
return status switch
{
ExplorerNodeStatus.Ready => 0,
ExplorerNodeStatus.Ready => -1,
ExplorerNodeStatus.Blocked => 1,
_ => throw new ArgumentException("Invalid node status.", nameof(status))
};
Expand Down

0 comments on commit 9a2f472

Please sign in to comment.