mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 15:40:18 -04:00
Major redesign in the Group Detail page:
- groups and entries are inverted - groups are in a collapsable menu (to be improved!)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using System.Collections.ObjectModel;
|
||||
using System.Linq;
|
||||
using Windows.UI.Text;
|
||||
using Windows.UI.Xaml.Controls;
|
||||
using ModernKeePass.Common;
|
||||
using ModernKeePass.Mappings;
|
||||
@@ -29,6 +30,7 @@ namespace ModernKeePass.ViewModels
|
||||
}
|
||||
|
||||
public bool IsNotRoot => ParentGroup != null;
|
||||
public FontWeight FontWeight => _pwGroup == null ? FontWeights.Bold : FontWeights.Normal;
|
||||
|
||||
private readonly PwGroup _pwGroup;
|
||||
public GroupVm() {}
|
||||
|
Reference in New Issue
Block a user