-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
3 letters minimum? why tho? 1 letter categories aren't bad... in my case I want to make an "H" category for eroge novels
However... I believe this line was forgotten lol
VnManager/src/VnManager/ViewModels/Dialogs/ModifyGame/ModifyGameCategoriesViewModel.cs
Line 368 in 1f47add
| var minimumLetters = input.Count(char.IsLetter); |
I have 0 experience in C# but taking a look at the other method calls and after googling for a bit I think it should be
input.Count(x => char.isLetter(x))
also I noticed that the games aren't being counted...
| gameCount = db.GetCollection<UserDataGames>(DbUserData.UserData_Games.ToString()).Count(); |
shouldn't this be
.Query().toList().Count()?Metadata
Metadata
Assignees
Labels
No labels