0
0
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:
IsWaffle 2024-01-26 09:40:44 -05:00
parent 7eaff0da37
commit 5468843f48

View File

@ -26,7 +26,7 @@ namespace Aki.Launcher.Models.Launcher
{
_SelectedLocale = value;
RaisePropertyChanged(nameof(SelectedLocale));
LocalizationProvider.LoadLocaleFromFile(value);
LocalizationProvider.LoadLocalByName(value);
}
}
}