mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-29 19:06:55 -05:00
parent
1cb64f0c9f
commit
6a1d6e8dd3
4 changed files with 24 additions and 4 deletions
|
|
@ -263,7 +263,7 @@ void DatabaseWidget::switchToEntryEdit(Entry* entry, bool create)
|
|||
|
||||
void DatabaseWidget::switchToGroupEdit(Group* group, bool create)
|
||||
{
|
||||
m_editGroupWidget->loadGroup(group, create);
|
||||
m_editGroupWidget->loadGroup(group, create, m_db);
|
||||
setCurrentIndex(2);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue