-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
create category alphanumeric check not counting characters #47
Comments
I'm not sure if I'll decrease the category minimum to 2 or less |
well, I was having an issue with both of these... category just seems to start working now... I tried restarting the program and it didn't fix it but now it fixed without restarting ._. edit: I just tried it but no luck... I added 2 games and the counter still shows 0... and after fiddling with the categories I thought of a case that might not work as expected... and well it didn't...
|
The category issue was caused by me not clearing out the categories from the games. |
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
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...
VnManager/src/VnManager/ViewModels/UserControls/MainGridViewModel.cs
Line 68 in 1f47add
shouldn't this be
.Query().toList().Count()
?The text was updated successfully, but these errors were encountered: