mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 23:50:18 -04:00
Updating master key now works again
Security settings page now also uses Toast Action
This commit is contained in:
@@ -186,7 +186,9 @@ namespace ModernKeePass.Services
|
||||
|
||||
public void UpdateCompositeKey(CompositeKey newCompositeKey)
|
||||
{
|
||||
if (newCompositeKey != null) _compositeKey = newCompositeKey;
|
||||
if (newCompositeKey == null) return;
|
||||
_compositeKey = newCompositeKey;
|
||||
_pwDatabase.MasterKey = newCompositeKey;
|
||||
}
|
||||
|
||||
private void CreateSampleData()
|
||||
|
Reference in New Issue
Block a user