Placeholder store removed, implemented creating default if none exist

This commit is contained in:
2025-10-28 11:38:18 +01:00
parent 2910421d48
commit 16682b8539
4 changed files with 6 additions and 25 deletions

View File

@@ -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)