Renamed types to more descriptive name

This commit is contained in:
TypoMustakes
2025-10-28 12:05:35 +01:00
parent 3a17961c5c
commit 0dc6d8432a
11 changed files with 22 additions and 22 deletions

View File

@@ -26,7 +26,7 @@ public partial class MainWindow
BindUIElements();
// Initialize the observable collection with property binding
shortcuts = new PasswordStoreShortcutCollection(shortcutsGroup, passwordStoreService);
shortcuts = new BookmarkCollection(shortcutsGroup, passwordStoreService);
if (shortcuts.Count == 0)
{
LoadDefaultShortcuts();