mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-27 01:56:32 -05:00
Remove resolving placeholders for notes
This commit is contained in:
parent
9ed2a74421
commit
13a313ff66
2 changed files with 2 additions and 2 deletions
|
|
@ -198,7 +198,7 @@ void DetailsWidget::updateEntryNotesTab()
|
|||
Q_ASSERT(m_currentEntry);
|
||||
const QString notes = m_currentEntry->notes();
|
||||
setTabEnabled(m_ui->entryTabWidget, m_ui->entryNotesTab, !notes.isEmpty());
|
||||
m_ui->entryNotesEdit->setText(m_currentEntry->resolveMultiplePlaceholders(notes));
|
||||
m_ui->entryNotesEdit->setText(notes);
|
||||
}
|
||||
|
||||
void DetailsWidget::updateEntryAttributesTab()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue