Skip to content
Snippets Groups Projects
Commit ca54d9cd authored by inso's avatar inso
Browse files

Expert mode label

parent 85bc1e15
No related branches found
No related tags found
No related merge requests found
...@@ -266,6 +266,8 @@ class ConnectionConfigController(QObject): ...@@ -266,6 +266,8 @@ class ConnectionConfigController(QObject):
return False return False
if self.model.app.parameters.expert_mode: if self.model.app.parameters.expert_mode:
self.view.label_info.setText(
self.tr(""))
return True return True
if len(self.view.edit_salt.text()) < 6: if len(self.view.edit_salt.text()) < 6:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment