mirror of
https://github.com/sp-tarkov/launcher.git
synced 2025-02-12 17:30:42 -05:00
move load settings button
This commit is contained in:
parent
f8be6c52a3
commit
82e8949dc3
@ -21,6 +21,11 @@
|
||||
Classes="borderedlink"
|
||||
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}"
|
||||
Command="{Binding ClearGameSettingsCommand}"
|
||||
Classes="borderedlink"
|
||||
@ -31,11 +36,6 @@
|
||||
Classes="borderedlink"
|
||||
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>
|
||||
|
||||
<!-- Go Back -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user