if a Help viewer is found and the file is opened, do not beep

This commit is contained in:
Riccardo Mottola 2021-05-07 02:46:45 +02:00
parent 192d7078fd
commit a4c5e48839

View file

@ -221,6 +221,7 @@
{
result = [[NSWorkspace sharedWorkspace] openFile: file
withApplication: viewer];
return;
}
}