Add HangoverAvalonia
This commit is contained in:
parent
7cf4c63d79
commit
66679ace2f
24 changed files with 503 additions and 35 deletions
|
|
@ -495,6 +495,7 @@
|
|||
|
||||
<RadioButton
|
||||
Margin="0,5,0,5"
|
||||
IsEnabled="{Binding AudioSettings.IsMp3Supported}"
|
||||
IsChecked="{Binding AudioSettings.DecryptToLossy, Mode=TwoWay}">
|
||||
|
||||
<TextBlock
|
||||
|
|
@ -508,6 +509,7 @@
|
|||
|
||||
<StackPanel
|
||||
Grid.Row="0"
|
||||
IsVisible="{Binding AudioSettings.IsMp3Supported}"
|
||||
Grid.Column="1">
|
||||
|
||||
<controls:GroupBox
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue