mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 23:50:18 -04:00
Removed Breadcrumb service
Breadcrumb control handles breadcrumb status Layout improvements Added the ability to delete an entry from the group menu
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
using System.Collections.Generic;
|
||||
using ModernKeePass.Application.Common.Models;
|
||||
|
||||
namespace ModernKeePass.Application.Common.Interfaces
|
||||
{
|
||||
public interface IBreadcrumbService
|
||||
{
|
||||
void Push(BreadcrumbItem item);
|
||||
BreadcrumbItem Pop(int count = 1);
|
||||
IEnumerable<BreadcrumbItem> GetItems();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user