mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-12-25 07:19:42 -05:00
Hide full path from default view
This commit is contained in:
parent
e6f1b891f5
commit
4a520a2d2b
@ -482,6 +482,7 @@ void EntryView::resetViewToDefaults()
|
|||||||
header()->hideSection(EntryModel::Size);
|
header()->hideSection(EntryModel::Size);
|
||||||
header()->hideSection(EntryModel::PasswordStrength);
|
header()->hideSection(EntryModel::PasswordStrength);
|
||||||
header()->hideSection(EntryModel::Color);
|
header()->hideSection(EntryModel::Color);
|
||||||
|
header()->hideSection(EntryModel::ParentGroupPath);
|
||||||
onHeaderChanged();
|
onHeaderChanged();
|
||||||
|
|
||||||
// Reset column order to logical indices
|
// Reset column order to logical indices
|
||||||
|
Loading…
Reference in New Issue
Block a user