mirror of
https://github.com/sp-tarkov/launcher.git
synced 2025-02-12 16:50:43 -05:00
fix wrong method on property changed
This commit is contained in:
parent
7eaff0da37
commit
5468843f48
@ -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