We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b82d422 commit 165a43cCopy full SHA for 165a43c
LLPlayer/Resources/PopupMenu.xaml
@@ -279,6 +279,7 @@ AncestorType={x:Type MenuItem}}}">
279
280
<MenuItem Header="{Binding FL.PlayerConfig.Subtitles.WhisperParameters.LanguageName}"
281
HeaderStringFormat="ASR ({0})"
282
+ Command="{Binding FL.Player.Commands.OpenSubtitlesASR}"
283
CommandParameter="1"
284
IsCheckable="True"
285
IsChecked="{Binding FL.Player.Subtitles[1].EnabledASR, Mode=OneWay}" />
0 commit comments