mirror of
https://github.com/GNS3/gns3-gui.git
synced 2026-05-17 00:46:01 +03:00
Fix cannot add IOU. Fixes #3779
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user