You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: