Skip to content
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

Feature Request: Remove Number Limit on spinBoxRecentRelics #106

Open
chunchunmaru10 opened this issue Jan 19, 2025 · 2 comments
Open

Feature Request: Remove Number Limit on spinBoxRecentRelics #106

chunchunmaru10 opened this issue Jan 19, 2025 · 2 comments

Comments

@chunchunmaru10
Copy link

This request is more specific to my use case, as I need to scan all relics sorted by date. It would be great if the limit on the spinBoxRecentRelics input field could be removed or at least increased to 2000 (matches the max relic count). Currently, I’m unable to enter numbers greater than 4 digits. I even tried editing the value directly in the system's registry using regedit, but the text field still prevents me from loading more than 1500 entries.

@kel-z
Copy link
Owner

kel-z commented Jan 19, 2025

Looks like the maximum is set to 1500 based on the old relic inventory limit, so it won't let you input 2000 but it will let you input 1500.

I'll increase this to 2000 in the next release. If you know how and want to compile the application locally for now, just change this line to 2000 and run from there.

@chunchunmaru10
Copy link
Author

Yeah, I've already changed it in my local build.

Appreciate the quick update!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants