multiple fixes, variable typo fixes, adherence to a certain style. Fixed initialization of the new function, defaults to 0
This commit is contained in:
@@ -58,8 +58,8 @@
|
||||
<TextBlock
|
||||
Text="{ext:Locale SettingsTabInputDirectMouseAccess}" />
|
||||
</CheckBox>
|
||||
<ComboBox SelectedIndex="{Binding EnableSpetialExit}"
|
||||
ToolTip.Tip="{ext:Locale spetialExitTooltip}"
|
||||
<ComboBox SelectedIndex="{Binding EnableSpecialExit}"
|
||||
ToolTip.Tip="{ext:Locale SpecialExitTooltip}"
|
||||
HorizontalContentAlignment="Left"
|
||||
MinWidth="160">
|
||||
<ComboBoxItem>
|
||||
|
||||
Reference in New Issue
Block a user