mirror of
https://github.com/wismna/ModernKeePass.git
synced 2026-03-12 00:58:07 -04:00
Added icons to main menu
Added icons to entries and groups with a mapping Created a Converter to handle pluralization Several UI enhancements
This commit is contained in:
@@ -18,6 +18,7 @@ namespace ModernKeePass.Models
|
||||
public object Parameter { get; set; }
|
||||
public Frame Destination { get; set; }
|
||||
public int Group { get; set; } = 0;
|
||||
public Symbol SymbolIcon { get; set; }
|
||||
public bool IsEnabled => PageType != null;
|
||||
|
||||
public override string ToString()
|
||||
|
||||
Reference in New Issue
Block a user