feat: add option for automatic controller assignment in settings
This commit is contained in:
@@ -58,6 +58,12 @@
|
||||
<TextBlock
|
||||
Text="{ext:Locale SettingsTabInputDirectMouseAccess}" />
|
||||
</CheckBox>
|
||||
<CheckBox
|
||||
ToolTip.Tip="{ext:Locale AutoAssignTooltip}"
|
||||
IsChecked="{Binding EnableAutoAssign}">
|
||||
<TextBlock
|
||||
Text="{ext:Locale SettingsTabInputAutoAssign}" />
|
||||
</CheckBox>
|
||||
</StackPanel>
|
||||
</StackPanel>
|
||||
</Grid>
|
||||
|
||||
Reference in New Issue
Block a user