Do not hide notes by default.

This commit is contained in:
Joe Brown 2017-05-28 20:58:56 -05:00 committed by thez3ro
parent 0c2d71c2ce
commit fdceeb368e
No known key found for this signature in database
GPG Key ID: F628F9E41DD7C073

View File

@ -309,7 +309,7 @@ void EditEntryWidget::setForms(const Entry* entry, bool restore)
m_mainUi->passwordRepeatEdit->setReadOnly(m_history);
m_mainUi->expireCheck->setEnabled(!m_history);
m_mainUi->expireDatePicker->setReadOnly(m_history);
m_mainUi->notesEnabled->setChecked(false);
m_mainUi->notesEnabled->setChecked(true);
m_mainUi->notesEdit->setReadOnly(m_history);
m_mainUi->notesEdit->setVisible(false);
m_mainUi->togglePasswordGeneratorButton->setChecked(false);