Skip to content

Commit

Permalink
Merge pull request #5398 from hadesanc1/hadesanc1/issue5259
Browse files Browse the repository at this point in the history
搜索部分mod时未在mod下载详情页出现MC版本筛选
  • Loading branch information
LTCatt authored Jan 15, 2025
2 parents 58dfc9a + 8b0694f commit 46713b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@

'UI 化筛选器
PanFilter.Children.Clear()
If VersionFilters.Count <= 2 Then
If VersionFilters.Count < 2 Then
CardFilter.Visibility = Visibility.Collapsed
VersionFilter = Nothing
Else
Expand Down

0 comments on commit 46713b3

Please sign in to comment.