Rework Minecraft and Java settings

Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
TheKodeToad 2025-03-24 00:29:07 +00:00
parent adf2ed0849
commit 3922136f6d
No known key found for this signature in database
GPG key ID: 5E39D70B4C93C38E
9 changed files with 776 additions and 311 deletions

View file

@ -59,7 +59,10 @@ class JavaSettingsWidget : public QWidget {
void onJavaBrowse();
void onJavaAutodetect();
void onJavaTest();
void updateThresholds();
void onMemoryChange();
void finishAdjustingMinMemory();
void finishAdjustingMaxMemory();
void enableAdvancedMemoryControl(bool enabled);
private:
InstancePtr m_instance;