mirror of
https://github.com/sp-tarkov/launcher.git
synced 2025-02-12 22:30:43 -05:00
Merge pull request 'move load settings button' (!25) from waffle.lord/Launcher:master into master
Reviewed-on: SPT-AKI/Launcher#25
This commit is contained in:
commit
a4384ad560
@ -21,6 +21,11 @@
|
|||||||
Classes="borderedlink"
|
Classes="borderedlink"
|
||||||
Margin="0 0 10 5"
|
Margin="0 0 10 5"
|
||||||
/>
|
/>
|
||||||
|
<Button Content="{Binding Source={x:Static helpers:LocalizationProvider.Instance}, Path=load_live_settings}"
|
||||||
|
Command="{Binding ResetGameSettingsCommand}"
|
||||||
|
Classes="borderedlink"
|
||||||
|
Margin="0 0 10 5"
|
||||||
|
/>
|
||||||
<Button Content="{Binding Source={x:Static helpers:LocalizationProvider.Instance}, Path=clear_game_settings}"
|
<Button Content="{Binding Source={x:Static helpers:LocalizationProvider.Instance}, Path=clear_game_settings}"
|
||||||
Command="{Binding ClearGameSettingsCommand}"
|
Command="{Binding ClearGameSettingsCommand}"
|
||||||
Classes="borderedlink"
|
Classes="borderedlink"
|
||||||
@ -31,11 +36,6 @@
|
|||||||
Classes="borderedlink"
|
Classes="borderedlink"
|
||||||
Margin="0 0 10 5"
|
Margin="0 0 10 5"
|
||||||
/>
|
/>
|
||||||
<Button Content="{Binding Source={x:Static helpers:LocalizationProvider.Instance}, Path=load_live_settings}"
|
|
||||||
Command="{Binding ResetGameSettingsCommand}"
|
|
||||||
Classes="borderedlink"
|
|
||||||
Margin="0 0 10 5"
|
|
||||||
/>
|
|
||||||
</WrapPanel>
|
</WrapPanel>
|
||||||
|
|
||||||
<!-- Go Back -->
|
<!-- Go Back -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user