Stop showing a star on the oldest java

Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
(cherry picked from commit 3c076bfcf6)
This commit is contained in:
TheKodeToad 2026-02-18 12:40:36 +00:00 committed by github-actions[bot]
parent e8e127ee27
commit dc2b29529c
2 changed files with 1 additions and 6 deletions

View file

@ -39,7 +39,6 @@ struct JavaInstall : public BaseVersion {
JavaVersion id;
QString arch;
QString path;
bool recommended = false;
bool is_64bit = false;
};