fix gititnore, add ico

This commit is contained in:
Alex Bezdieniezhnykh
2024-11-23 12:45:09 +02:00
parent 3b40bd601e
commit c80bb52fb9
7 changed files with 12 additions and 12 deletions
@@ -22,7 +22,7 @@ public class DatasetExplorerEventHandler(DatasetExplorer datasetExplorer, IGalle
public async Task Handle(KeyEvent keyEvent, CancellationToken cancellationToken)
{
if (keyEvent.WindowEnum != WindowEnum.Annotator)
if (keyEvent.WindowEnum != WindowEnum.DatasetExplorer)
return;
var key = keyEvent.Args.Key;