Skip to content

Commit

Permalink
Optimize styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed Apr 21, 2024
1 parent c03b682 commit b22a198
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions YoutubeDownloader/Views/Dialogs/DownloadSingleSetupView.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,10 @@
<Run.Styles>
<Style Selector="Run">
<Setter Property="Text" Value="{Binding VideoQuality, Mode=OneWay}" />
</Style>
<Style Selector="Run.audioOnly">
<Setter Property="Text" Value="Audio" />

<Style Selector="^.audioOnly">
<Setter Property="Text" Value="Audio" />
</Style>
</Style>
</Run.Styles>
</Run>
Expand Down

0 comments on commit b22a198

Please sign in to comment.