CommandPalette use FuzzyPanel, Focus search textbox
This commit is contained in:
@@ -7,6 +7,7 @@ public interface ICommandPaletteService
|
||||
{
|
||||
IObservable<bool> ShowWindow { get; }
|
||||
void OpenCommandPalette();
|
||||
void CloseCommandPalette();
|
||||
IReadOnlyList<ICommandPaletteEntry> GetCommands();
|
||||
ICommandPaletteViewModel? CurrentModal { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user