get label files more carefully

put warning min log level
put filename to the title
This commit is contained in:
Oleksandr Bezdieniezhnykh
2024-07-20 18:34:37 +03:00
parent de60dd1989
commit 8869a92730
5 changed files with 5 additions and 7 deletions
+1
View File
@@ -182,6 +182,7 @@ public class PlayerControlHandler(LibVLC libVLC, MediaPlayer mediaPlayer, MainWi
mediaPlayer.Stop();
mediaPlayer.Play(new Media(libVLC, fileInfo.Path));
mainWindow.Title = $"Azaion Annotator - {fileInfo.Name}";
mainWindow.BlinkHelp(HelpTexts.HelpTextsDict[HelpTextEnum.PauseForAnnotations]);
}