mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 23:50:18 -04:00
Adds some VM tests
New tooltip in Textbox with button control New welcome page in Settings (shown when noting is selected) Settings are now grouped
This commit is contained in:
@@ -35,7 +35,7 @@ namespace ModernKeePassApp.Test.Mock
|
||||
|
||||
public void Close()
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
Status = 0;
|
||||
}
|
||||
|
||||
public void CreateRecycleBin()
|
||||
@@ -45,7 +45,7 @@ namespace ModernKeePassApp.Test.Mock
|
||||
|
||||
public void Open(CompositeKey key, bool createNew)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
Status = 2;
|
||||
}
|
||||
|
||||
public void Save()
|
||||
|
Reference in New Issue
Block a user