Shortcuts for command palette entries
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
public interface ICommandPaletteEntryViewModel
|
||||
{
|
||||
string Identifier { get; set; }
|
||||
string Title { get; set; }
|
||||
string Identifier { get; }
|
||||
string Title { get; }
|
||||
string Shortcuts { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user