Placeholder store removed, implemented creating default if none exist
This commit is contained in:
@@ -32,7 +32,7 @@ public partial class MainWindow
|
||||
LoadDefaultShortcuts();
|
||||
}
|
||||
|
||||
passwordCollection = new PasswordList(passwordList);
|
||||
passwordCollection = new PasswordList(passwordList, passwordStoreService);
|
||||
}
|
||||
|
||||
private void SetSearchBarVisible(object sender, EventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user