mirror of
https://github.com/KeyKeeperApp/KeyKeeper.git
synced 2026-04-25 00:46:28 +03:00
show username under the entry name
This commit is contained in:
@@ -7,7 +7,7 @@ public struct LoginField
|
||||
{
|
||||
public byte Type;
|
||||
public Guid CustomFieldSubtype;
|
||||
public required string Value;
|
||||
public required string Value { get; set; }
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
|
||||
@@ -79,6 +79,9 @@
|
||||
<TextBlock Text="{Binding Name}"
|
||||
HorizontalAlignment="Center"
|
||||
Foreground="Black" />
|
||||
<TextBlock Text="{Binding Password.Value}"
|
||||
Foreground="#666"
|
||||
HorizontalAlignment="Center" />
|
||||
</StackPanel>
|
||||
</Border>
|
||||
</DataTemplate>
|
||||
|
||||
Reference in New Issue
Block a user