mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-25 04:33:04 +01:00
parent
ccd85ecd4f
commit
6ff163a386
@ -36333,9 +36333,9 @@ namespace Nikse.SubtitleEdit.Forms
|
|||||||
|
|
||||||
if (Configuration.Settings.Tools.WhisperChoice == WhisperChoice.Cpp)
|
if (Configuration.Settings.Tools.WhisperChoice == WhisperChoice.Cpp)
|
||||||
{
|
{
|
||||||
if (!RequireWhisperCpp())
|
if (!RequireWhisperCpp() && Configuration.IsRunningOnWindows)
|
||||||
{
|
{
|
||||||
return;
|
Configuration.Settings.Tools.WhisperChoice = WhisperChoice.PurfviewFasterWhisper;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user