mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-02-17 21:04:19 -05:00
Do not hide notes by default.
This commit is contained in:
parent
0c2d71c2ce
commit
fdceeb368e
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user