remove property changed call in time zone validation (#3752)

This commit is contained in:
Emmanuel Hansen 2022-10-17 16:48:14 +00:00 committed by GitHub
parent 7c1d2bbb98
commit 60ba7b71f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View file

@ -295,8 +295,6 @@ namespace Ryujinx.Ava.Ui.ViewModels
if (_validTzRegions.Contains(location))
{
TimeZone = location;
OnPropertyChanged(nameof(TimeZone));
}
}