Skip to content

Commit b02e6ba

Browse files
committed
Hide ready state from explorer view
1 parent 997ce50 commit b02e6ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Bonsai.Editor/ExplorerTreeView.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ private static int GetStateImageIndex(ExplorerNodeStatus status)
131131
{
132132
return status switch
133133
{
134-
ExplorerNodeStatus.Ready => 0,
134+
ExplorerNodeStatus.Ready => -1,
135135
ExplorerNodeStatus.Blocked => 1,
136136
_ => throw new ArgumentException("Invalid node status.", nameof(status))
137137
};

0 commit comments

Comments
 (0)