Fix for last commit

This commit is contained in:
Nikolaj Olsson 2024-04-21 21:28:17 +02:00
parent d3aa3cf126
commit 302f5dbe60

View File

@ -942,7 +942,7 @@ namespace Nikse.SubtitleEdit.Forms
if (!CheckForPromptParameters(process, Text))
{
_abort = true;
return;
return false;
}
process.Start();