mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 23:50:18 -04:00
New clear all button in recent pages
First-time open of app correctly shows Welcome page New Home button in group and entry pages
This commit is contained in:
@@ -37,6 +37,11 @@ namespace ModernKeePass.Services
|
||||
_mru.Add(file, metadata);
|
||||
}
|
||||
|
||||
public void ClearAll()
|
||||
{
|
||||
_mru.Clear();
|
||||
}
|
||||
|
||||
public async Task<IStorageItem> GetFileAsync(string token)
|
||||
{
|
||||
return await _mru.GetFileAsync(token);
|
||||
|
Reference in New Issue
Block a user