Fix cannot add IOU. Fixes #3779

This commit is contained in:
grossmj
2026-01-27 21:55:30 +08:00
parent de5ad831e2
commit cce0bd4009

View File

@@ -40,7 +40,7 @@ class IOUDeviceWizard(VMWithImagesWizard, Ui_IOUDeviceWizard):
super().__init__(iou_devices, parent)
self.setPixmap(QtWidgets.QWizard.WizardPixmap.LogoPixmap, QtGui.QPixmap(":/symbols/multilayer_switch.svg"))
self.uiTypeComboBox.currentIndexChanged[str].connect(self._typeChangedSlot)
self.uiTypeComboBox.currentTextChanged.connect(self._typeChangedSlot)
if ComputeManager.instance().localPlatform().startswith("win") or ComputeManager.instance().localPlatform().startswith("darwin"):
# Cannot use IOU locally on Windows and Mac