mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-06 14:07:38 +03:00
Make the edit entry button work.
This commit is contained in:
parent
e11b0061d4
commit
73b84ff670
6 changed files with 46 additions and 1 deletions
|
@ -140,7 +140,7 @@ void DatabaseWidget::switchToGroupEdit(Group* group, bool create)
|
|||
}
|
||||
void DatabaseWidget::switchToEntryEdit()
|
||||
{
|
||||
// TODO switchToEntryEdit(m_entryView->currentEntry(), false);
|
||||
switchToEntryEdit(m_entryView->currentEntry(), false);
|
||||
}
|
||||
|
||||
void DatabaseWidget::switchToGroupEdit()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue