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:
7
WinAppCommon/Messages/PasswordGeneratedMessage.cs
Normal file
7
WinAppCommon/Messages/PasswordGeneratedMessage.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Messages
|
||||
{
|
||||
public class PasswordGeneratedMessage
|
||||
{
|
||||
public string Password { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user