mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-06 14:07:38 +03:00
Do not hide notes by default.
This commit is contained in:
parent
0c2d71c2ce
commit
fdceeb368e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue