Skip to content

Commit

Permalink
refactor: reorganize Battlegrounds settings
Browse files Browse the repository at this point in the history
  • Loading branch information
beheh committed Sep 26, 2024
1 parent 895fb1f commit 1289ea9
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@
IsEnabled="{Binding IsChecked, ElementName=CheckboxEnableTier7}"
HorizontalAlignment="Left" VerticalAlignment="Top" Margin="0,5,0,0"
Checked="CheckboxShowBattlegroundsHeroPicking_Checked" Unchecked="CheckboxShowBattlegroundsHeroPicking_Unchecked"/>
<CheckBox x:Name="CheckboxShowTier7CompStats" Content="{lex:Loc Options_Overlay_Battlegrounds_CheckBox_ShowCompStats}"
IsEnabled="{Binding IsChecked, ElementName=CheckboxEnableTier7}"
HorizontalAlignment="Left" VerticalAlignment="Top" Margin="0,5,0,0"
Checked="CheckboxShowBattlegroundsCompStats_Checked" Unchecked="CheckboxShowBattlegroundsCompStats_Unchecked" />
<CheckBox x:Name="CheckboxShowBattlegroundsQuestPicking" Content="{lex:Loc Options_Overlay_Battlegrounds_CheckBox_ShowQuestPickingStats}"
IsEnabled="{Binding IsChecked, ElementName=CheckboxEnableTier7}"
HorizontalAlignment="Left" VerticalAlignment="Top" Margin="0,5,0,0"
Expand All @@ -60,6 +56,10 @@
IsEnabled="{Binding IsChecked, ElementName=CheckboxEnableTier7}"
HorizontalAlignment="Left" VerticalAlignment="Top" Margin="0,5,0,0"
Checked="CheckboxAutoShowBattlegroundsTrinketPicking_Checked" Unchecked="CheckboxAutoShowBattlegroundsTrinketPicking_Unchecked" />
<CheckBox x:Name="CheckboxShowTier7CompStats" Content="{lex:Loc Options_Overlay_Battlegrounds_CheckBox_ShowCompStats}"
IsEnabled="{Binding IsChecked, ElementName=CheckboxEnableTier7}"
HorizontalAlignment="Left" VerticalAlignment="Top" Margin="0,5,0,0"
Checked="CheckboxShowBattlegroundsCompStats_Checked" Unchecked="CheckboxShowBattlegroundsCompStats_Unchecked" />
</StackPanel>
</GroupBox>
<GroupBox Header="{lex:LocTextUpper Options_Overlay_Battlegrounds_Label_BobsBuddy}" Margin="5,10,5,5">
Expand Down

0 comments on commit 1289ea9

Please sign in to comment.