mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 15:40:18 -04:00
Main page now uses Frame to change views when selecting items
Backgrounds unified Menu items can be disabled thanks to custom ListView control
This commit is contained in:
@@ -60,7 +60,11 @@ namespace ModernKeePass.Common
|
||||
public void Save()
|
||||
{
|
||||
_pwDatabase.Save(new NullStatusLogger());
|
||||
//_pwDatabase.Close();
|
||||
}
|
||||
|
||||
public void Close()
|
||||
{
|
||||
_pwDatabase.Close();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user