--- a/src/eric7/Preferences/ConfigurationPages/SecurityPage.py Wed Apr 05 11:58:22 2023 +0200 +++ b/src/eric7/Preferences/ConfigurationPages/SecurityPage.py Wed Apr 05 12:05:06 2023 +0200 @@ -72,9 +72,7 @@ Public slot to save the Help Viewers configuration. """ Preferences.setUser("SavePasswords", self.savePasswordsCheckBox.isChecked()) - Preferences.setUser( - "UseMasterPassword", self.mainPasswordCheckBox.isChecked() - ) + Preferences.setUser("UseMasterPassword", self.mainPasswordCheckBox.isChecked()) if self.__oldUseMainPassword != self.mainPasswordCheckBox.isChecked(): self.__configDlg.mainPasswordChanged.emit("", self.__newPassword)