|
399 | 399 |
|
400 | 400 | <StackPanel Orientation="Vertical" Margin="0,0">
|
401 | 401 | <Label Content="Overlay Information" />
|
402 |
| - <CheckBox Margin="0,3" IsChecked="{Binding Path=OverlayShowCharName}" Content="Show name of the active character" /> |
403 |
| - <CheckBox Margin="0,3" IsChecked="{Binding Path=OverlayShowCharLocation}" Content="Show location of the active character" /> |
404 |
| - <CheckBox Margin="0,3" IsChecked="{Binding Path=OverlayShowJumpBridges}" Content="Show JumpBridges" /> |
405 |
| - <CheckBox Margin="0,3" IsChecked="{Binding Path=OverlayShowSystemNames}" Content="Show Individual System Names" /> |
| 402 | + <CheckBox Margin="0,3" IsChecked="{Binding Path=OverlayShowCharName}" Content="Show name of the active character in title" /> |
| 403 | + <CheckBox Margin="0,3" IsChecked="{Binding Path=OverlayShowCharLocation}" Content="Show location of the active character in title" /> |
| 404 | + <CheckBox Margin="0,3" IsChecked="{Binding Path=OverlayShowJumpBridges}" Content="Show JumpBridges on overlay" /> |
| 405 | + <CheckBox Margin="0,3" IsChecked="{Binding Path=OverlayShowSystemNames}" Content="Show Individual System Names on overlay" /> |
406 | 406 | <Label Content="Hunter Mode Information" />
|
407 | 407 | <CheckBox Margin="0,3" IsChecked="{Binding Path=OverlayShowNPCKills}" Content="Show NPC kills" />
|
408 | 408 | <CheckBox Margin="0,3" IsChecked="{Binding Path=OverlayShowNPCKillDelta}" Content="Show NPC kill delta" />
|
409 | 409 | <CheckBox Margin="0,3" IsChecked="{Binding Path=OverlayShowRoute}" Content="Show the current route" />
|
410 | 410 | <CheckBox Margin="0,3" IsChecked="{Binding Path=OverlayHunterModeShowFullRegion}" Content="Show the full region in hunter mode" />
|
411 |
| - <CheckBox Margin="0,3" IsChecked="{Binding Path=OverlayShowAllCharacterNames}" Content="Show the names of all characters on the map" /> |
412 | 411 | </StackPanel>
|
413 | 412 | </StackPanel>
|
414 | 413 | </GroupBox>
|
|
0 commit comments