mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 15:40:18 -04:00
Typing a password auto checks the check box
Correct hit test area on entries in group detail page Correct zoomed out entries (filter and group)
This commit is contained in:
@@ -46,8 +46,7 @@ namespace ModernKeePass.ViewModels
|
||||
}
|
||||
|
||||
public IOrderedEnumerable<IGrouping<char, EntryVm>> EntriesZoomedOut => from e in Entries
|
||||
where !e.IsFirstItem
|
||||
group e by e.Name.FirstOrDefault() into grp
|
||||
group e by e.Name.ToUpper().FirstOrDefault() into grp
|
||||
orderby grp.Key
|
||||
select grp;
|
||||
|
||||
|
Reference in New Issue
Block a user