Better home page layout

This commit is contained in:
2017-09-20 18:19:00 +02:00
parent a7cdd248c9
commit 668ffcb107
6 changed files with 95 additions and 62 deletions

View File

@@ -53,7 +53,7 @@ namespace ModernKeePass.Common
public void Save()
{
_pwDatabase.Save(new NullStatusLogger());
_pwDatabase.Close();
//_pwDatabase.Close();
}
}
}