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:
@@ -46,8 +46,6 @@ namespace ModernKeePass.ViewModels
|
||||
|
||||
public System.Drawing.Color? ForegroundColor => _pwEntry?.ForegroundColor;
|
||||
|
||||
public FontWeight FontWeight => _pwEntry == null ? FontWeights.Bold : FontWeights.Normal;
|
||||
|
||||
public Symbol IconSymbol
|
||||
{
|
||||
get
|
||||
|
Reference in New Issue
Block a user