Skip to content
Snippets Groups Projects
Commit bbcf3726 authored by Vincent Texier's avatar Vincent Texier
Browse files

[enh] only display licence step when registering a new member account on the network

parent 50198a05
Branches
Tags
No related merge requests found
......@@ -147,6 +147,7 @@ class ConnectionConfigController(QObject):
self.view.button_connect.setEnabled(True)
self.view.button_register.setEnabled(True)
if self.mode == ConnectionConfigController.REGISTER:
self._logger.debug("Licence step")
self.view.stacked_pages.setCurrentWidget(self.view.page_licence)
self.view.button_accept.clicked.connect(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment