mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 23:50:18 -04:00
Added unit tests (all passing unfortunately)
UI improvements Write mode still doesn't work
This commit is contained in:
@@ -8,6 +8,7 @@ namespace ModernKeePass.ViewModels
|
||||
public string Password { get; set; }
|
||||
public Visibility Visibility { get; set; }
|
||||
public string ErrorMessage { get; set; }
|
||||
public bool IsOpen { get; set; }
|
||||
|
||||
public HomeVm()
|
||||
{
|
||||
|
Reference in New Issue
Block a user