We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00c5283 commit 54c3766Copy full SHA for 54c3766
1 file changed
browser/model/virtualbox.js
@@ -54,6 +54,11 @@ class VirtualBoxInstall extends InstallableItem {
54
isDisabled() {
55
return this.hasOption('detected') || this.references > 0;
56
}
57
+
58
+ get hidden() {
59
+ let hv = this.installerDataSvc.getInstallable('hyperv');
60
+ return hv && hv.isDetected();
61
+ }
62
63
64
class VirtualBoxInstallWindows extends VirtualBoxInstall {
0 commit comments