Fix cannot add IOS. Ref #3779

This commit is contained in:
grossmj
2026-01-27 22:01:55 +08:00
parent cce0bd4009
commit c4881446e1
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ log = logging.getLogger(__name__)
class CaptureDialog(QtWidgets.QDialog, Ui_CaptureDialog):
"""
This dialog allow configure the packet capture
This dialog allow to configure the packet capture
"""
def __init__(self, parent, file_name, auto_start, ethernet_link=True):

View File

@@ -70,7 +70,7 @@ class IOSRouterWizard(VMWithImagesWizard, Ui_IOSRouterWizard):
self.uiTestIOSImagePushButton.clicked.connect(self._testIOSImageSlot)
self.uiIdlePCFinderPushButton.clicked.connect(self._idlePCFinderSlot)
self.uiEtherSwitchCheckBox.stateChanged.connect(self._etherSwitchSlot)
self.uiPlatformComboBox.currentIndexChanged[str].connect(self._platformChangedSlot)
self.uiPlatformComboBox.currentTextChanged.connect(self._platformChangedSlot)
self.uiPlatformComboBox.addItems(list(PLATFORMS_DEFAULT_RAM.keys()))
self._router = None