mirror of
https://github.com/sp-tarkov/launcher.git
synced 2025-02-12 16:50:43 -05:00
Merge pull request 'fix wrong method on property changed' (!36) from waffle.lord/Launcher:fix/locale-selection into master
Reviewed-on: SPT-AKI/Launcher#36
This commit is contained in:
commit
7ddfbb25e4
@ -26,7 +26,7 @@ namespace Aki.Launcher.Models.Launcher
|
||||
{
|
||||
_SelectedLocale = value;
|
||||
RaisePropertyChanged(nameof(SelectedLocale));
|
||||
LocalizationProvider.LoadLocaleFromFile(value);
|
||||
LocalizationProvider.LoadLocalByName(value);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user