We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ccc0e9 commit 14a925cCopy full SHA for 14a925c
1 file changed
browser/model/jdk-install.js
@@ -221,7 +221,7 @@ class JdkInstall extends InstallableItem {
221
222
isDisabled() {
223
return !this.hasOption('detected') && (this.references > 0)
224
- || this.hasOption('detected') && !this.option.detected.valid && (this.references > 0)
+ || this.hasOption('detected') && !this.option.detected.valid
225
|| this.hasOption('detected') && this.option.detected.valid && this.openJdkMsi
226
|| Platform.OS === 'darwin';
227
}
0 commit comments