mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 15:40:18 -04:00
Password generation button with display toggle and indicator is now a user control
SetCredentials user controls now uses PasswordGenerationBox user control Some layout improvements in EntryDetailsPage WIP Clipboard suspend issues
This commit is contained in:
@@ -14,7 +14,7 @@ namespace ModernKeePass.Views
|
||||
public sealed partial class EntryDetailPage
|
||||
{
|
||||
public EntryDetailVm Model => (EntryDetailVm) DataContext;
|
||||
|
||||
|
||||
public EntryDetailPage()
|
||||
{
|
||||
InitializeComponent();
|
||||
@@ -29,7 +29,6 @@ namespace ModernKeePass.Views
|
||||
{
|
||||
await Model.Initialize(args.Id);
|
||||
Model.IsEditMode = args.IsNew;
|
||||
if (args.IsNew) await Model.GeneratePassword();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user