CommandPalette use FuzzyPanel, Focus search textbox
This commit is contained in:
@@ -5,6 +5,6 @@ namespace FileTime.App.Core.Services;
|
||||
public interface IIdentifiableUserCommandService
|
||||
{
|
||||
void AddIdentifiableUserCommandFactory(string identifier, Func<IIdentifiableUserCommand> commandFactory);
|
||||
IIdentifiableUserCommand GetCommand(string identifier);
|
||||
IIdentifiableUserCommand? GetCommand(string identifier);
|
||||
IReadOnlyCollection<string> GetCommandIdentifiers();
|
||||
}
|
||||
Reference in New Issue
Block a user