fix crash on first display with java downloader off

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97
2024-05-20 18:24:19 +03:00
parent abb628edb3
commit 0e239dfb2a
3 changed files with 32 additions and 29 deletions

View File

@ -42,8 +42,8 @@ class JavaSettingsWidget : public QWidget {
int minHeapSize() const;
int maxHeapSize() const;
QString javaPath() const;
bool autodetectJava() const;
bool autodownloadJava() const;
bool autoDetectJava() const;
bool autoDownloadJava() const;
void updateThresholds();