diff --git a/visma/gui/window.py b/visma/gui/window.py index 8454172..8b6bbdf 100644 --- a/visma/gui/window.py +++ b/visma/gui/window.py @@ -344,6 +344,7 @@ def buttonsLayout(self): interactionModeLayout = QVBoxLayout() self.interactionModeButton = QtWidgets.QPushButton('visma') self.interactionModeButton.clicked.connect(self.interactionMode) + self.interactionModeButton.setEnabled(False) interactionModeLayout.addWidget(self.interactionModeButton) interactionModeWidget = QWidget(self) interactionModeWidget.setLayout(interactionModeLayout)