mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-06-25 07:00:52 -04:00
Always enable Auto-Type help button
This commit is contained in:
parent
68113f8f3f
commit
9569438295
1 changed files with 0 additions and 2 deletions
|
@ -234,8 +234,6 @@ void EditEntryWidget::setupAutoType()
|
||||||
connect(m_autoTypeUi->enableButton, SIGNAL(toggled(bool)), SLOT(updateAutoTypeEnabled()));
|
connect(m_autoTypeUi->enableButton, SIGNAL(toggled(bool)), SLOT(updateAutoTypeEnabled()));
|
||||||
connect(m_autoTypeUi->customSequenceButton, SIGNAL(toggled(bool)),
|
connect(m_autoTypeUi->customSequenceButton, SIGNAL(toggled(bool)),
|
||||||
m_autoTypeUi->sequenceEdit, SLOT(setEnabled(bool)));
|
m_autoTypeUi->sequenceEdit, SLOT(setEnabled(bool)));
|
||||||
connect(m_autoTypeUi->customSequenceButton, SIGNAL(toggled(bool)),
|
|
||||||
m_autoTypeUi->openHelpButton, SLOT(setEnabled(bool)));
|
|
||||||
connect(m_autoTypeUi->openHelpButton, SIGNAL(clicked()), SLOT(openAutotypeHelp()));
|
connect(m_autoTypeUi->openHelpButton, SIGNAL(clicked()), SLOT(openAutotypeHelp()));
|
||||||
connect(m_autoTypeUi->customWindowSequenceButton, SIGNAL(toggled(bool)),
|
connect(m_autoTypeUi->customWindowSequenceButton, SIGNAL(toggled(bool)),
|
||||||
m_autoTypeUi->windowSequenceEdit, SLOT(setEnabled(bool)));
|
m_autoTypeUi->windowSequenceEdit, SLOT(setEnabled(bool)));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue