mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-30 00:03:33 -05: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();
|
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];
|
delete actions[i];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user