Started working on loading password list from viewModel
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user