Got rid of shortcut icons

This commit is contained in:
2025-09-30 19:04:52 +02:00
parent a99b9fe0bb
commit 561f76581b
6 changed files with 11 additions and 56 deletions

View File

@@ -5,5 +5,4 @@ public class PasswordStore
public uint ID { get; set; }
public string Path { get; set; }
public string? DisplayName { get; set; }
public string? IconName { get; set; }
}