Skip to content

Commit f2a875a

Browse files
committed
assets: Only show tag title in browser when there are actually tags in the selected category.
1 parent 4a3c7dd commit f2a875a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

VisualPinball.Unity/VisualPinball.Unity.Editor/AssetBrowser/LibraryCategoryView.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ private void SetCategoryTags()
257257
}
258258
}
259259
}
260+
_tagsTitleLabel.visible = tags.Count > 0;
260261

261262
// render tags
262263
foreach (var tag in tags.OrderBy(t => t)) {

0 commit comments

Comments
 (0)