Started working on loading password list from viewModel

This commit is contained in:
2025-09-30 19:05:53 +02:00
parent c8d98e72d0
commit e117748bb5
6 changed files with 152 additions and 12 deletions

View File

@@ -13,7 +13,7 @@ public class JsonRepository : IRepository, IDisposable
private List<PasswordStore> _cache;
private bool _cacheAhead;
public JsonRepository(string fileName)
public JsonRepository()
{
string? xdgDataHome = Environment.GetEnvironmentVariable("XDG_DATA_HOME");
string dataHome;