mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-14 08:50:08 -05:00
Set Auto-Type sequence edit to read only when in history mode.
Not the other way aroud.
This commit is contained in:
parent
cf15d1741f
commit
4a357e791e
@ -246,7 +246,7 @@ void EditEntryWidget::setForms(const Entry* entry, bool restore)
|
||||
}
|
||||
m_advancedUi->attributesView->setEditTriggers(editTriggers);
|
||||
m_iconsWidget->setEnabled(!m_history);
|
||||
m_autoTypeUi->sequenceEdit->setReadOnly(!m_history);
|
||||
m_autoTypeUi->sequenceEdit->setReadOnly(m_history);
|
||||
m_autoTypeUi->windowTitleCombo->lineEdit()->setReadOnly(m_history);
|
||||
m_autoTypeUi->windowSequenceEdit->setReadOnly(m_history);
|
||||
m_historyWidget->setEnabled(!m_history);
|
||||
|
Loading…
Reference in New Issue
Block a user