mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-05-31 20:34:27 -04:00
parent
2ee9d501ff
commit
3bbaeab278
1 changed files with 1 additions and 0 deletions
|
@ -347,6 +347,7 @@ void EntryView::showHeaderMenu(const QPoint& position)
|
||||||
int columnIndex = action->data().toInt();
|
int columnIndex = action->data().toInt();
|
||||||
action->setChecked(!isColumnHidden(columnIndex));
|
action->setChecked(!isColumnHidden(columnIndex));
|
||||||
}
|
}
|
||||||
|
actions[EntryModel::ParentGroup]->setVisible(inSearchMode());
|
||||||
|
|
||||||
m_headerMenu->popup(mapToGlobal(position));
|
m_headerMenu->popup(mapToGlobal(position));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue