diff --git a/gui/main_window.py b/gui/main_window.py index b11a49b..fd9b5d2 100644 --- a/gui/main_window.py +++ b/gui/main_window.py @@ -244,6 +244,7 @@ class MainWindow(QtWidgets.QMainWindow): self.ui.applyPageBtn.hide() self.ui.resetPairBtn.hide() + self.ui.showRiskyChk.hide() else: self.ui.devicePicker.setEnabled(True) # populate the ComboBox with device names @@ -272,6 +273,7 @@ class MainWindow(QtWidgets.QMainWindow): self.ui.advancedOptionsPageContent.setDisabled(False) self.ui.resetPairBtn.show() + self.ui.showRiskyChk.show() # update the selected device self.ui.devicePicker.setCurrentIndex(0)