mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-07 06:27:39 +03:00
Add ability to delete groups via gui.
This commit is contained in:
parent
19bacd6737
commit
8467e7756d
11 changed files with 153 additions and 29 deletions
|
@ -302,6 +302,11 @@ void DatabaseTabWidget::editGroup()
|
|||
currentDatabaseWidget()->switchToGroupEdit();
|
||||
}
|
||||
|
||||
void DatabaseTabWidget::deleteGroup()
|
||||
{
|
||||
currentDatabaseWidget()->deleteGroup();
|
||||
}
|
||||
|
||||
void DatabaseTabWidget::updateTabName(Database* db)
|
||||
{
|
||||
int index = databaseIndex(db);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue