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
It should only update the min mem alloc field when the max mem alloc field isn't active anymore or finish is clicked.
Benefit
Not having to enter the minimum alloc twice
This suggestion is unique
I have searched the issue tracker and did not find an issue describing my suggestion, especially not one that has been rejected.
You may use the editor below to elaborate further.
Issue:
When MultiMC asks you to choose a java version and enter how much ram it should use the minimum memory allocation field get's updated to a smaller value even when entering a higher value.
It happens like this:
You enter a value in min mem alloc for example 4096
You enter a higher value in max mem alloc for example 16384
As soon as you enter the 3 it updates min mem alloc to 163. For some reason it doesn't do it before that or after entering the 8 (1638<4096). This should only happen when the full value was entered and it's lower than min mem alloc.
Fix:
Change when the field gets updated. Instead of checking for a lower value after every character that is entered only check when the field loses focus or the finish button is clicked. Could also stop it from automatically updating, add a warning that the values don't work together and disable the button.
The text was updated successfully, but these errors were encountered:
Role
I play modded MC
Suggestion
It should only update the min mem alloc field when the max mem alloc field isn't active anymore or finish is clicked.
Benefit
Not having to enter the minimum alloc twice
This suggestion is unique
You may use the editor below to elaborate further.
Issue:
When MultiMC asks you to choose a java version and enter how much ram it should use the minimum memory allocation field get's updated to a smaller value even when entering a higher value.
It happens like this:
As soon as you enter the 3 it updates min mem alloc to 163. For some reason it doesn't do it before that or after entering the 8 (1638<4096). This should only happen when the full value was entered and it's lower than min mem alloc.
Fix:
Change when the field gets updated. Instead of checking for a lower value after every character that is entered only check when the field loses focus or the finish button is clicked. Could also stop it from automatically updating, add a warning that the values don't work together and disable the button.
The text was updated successfully, but these errors were encountered: