diff -r 93e219f358e9 -r 0b69fe8314e3 Preferences/ConfigurationPages/InterfacePage.py --- a/Preferences/ConfigurationPages/InterfacePage.py Fri Feb 15 19:52:36 2019 +0100 +++ b/Preferences/ConfigurationPages/InterfacePage.py Fri Feb 15 19:58:42 2019 +0100 @@ -102,6 +102,8 @@ # right side self.codeDocumentationViewerCheckBox.setChecked( Preferences.getUI("ShowCodeDocumentationViewer")) + self.condaCheckBox.setChecked( + Preferences.getUI("ShowCondaPackageManager")) self.cooperationCheckBox.setChecked( Preferences.getUI("ShowCooperation")) self.ircCheckBox.setChecked( @@ -200,6 +202,9 @@ "ShowCodeDocumentationViewer", self.codeDocumentationViewerCheckBox.isChecked()) Preferences.setUI( + "ShowCondaPackageManager", + self.condaCheckBox.isChecked()) + Preferences.setUI( "ShowCooperation", self.cooperationCheckBox.isChecked()) Preferences.setUI(