mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Fix copy custom attributes menu.
This commit is contained in:
parent
72b59d541a
commit
f1aa6aca26
@ -232,7 +232,7 @@ void MainWindow::updateCopyAttributesMenu()
|
||||
}
|
||||
|
||||
QList<QAction*> actions = m_ui->menuEntryCopyAttribute->actions();
|
||||
for (int i = m_countDefaultAttributes + 1; i < actions.size(); i++) {
|
||||
for (int i = m_countDefaultAttributes; i < actions.size(); i++) {
|
||||
delete actions[i];
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user