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