Skip to content

Commit

Permalink
Add worst keyword to enqueuer preferred quality combobox (#1145)
Browse files Browse the repository at this point in the history
  • Loading branch information
ScrubN authored Jul 11, 2024
1 parent f02d323 commit e7fe250
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TwitchDownloaderWPF/WindowQueueOptions.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
<ComboBoxItem Content="360p" />
<ComboBoxItem Content="160p" />
<ComboBoxItem Content="144p" />
<ComboBoxItem Content="Worst" />
</ComboBox>
</StackPanel>
<CheckBox x:Name="checkChat" Content="{lex:Loc DownloadChat}" HorizontalAlignment="Left" Margin="0,8,0,0" VerticalAlignment="Top" Checked="checkChat_Checked" Unchecked="checkChat_Unchecked" BorderBrush="{DynamicResource AppElementBorder}" Foreground="{DynamicResource AppText}"/>
Expand Down

0 comments on commit e7fe250

Please sign in to comment.