remove property changed call in time zone validation (#3752)
This commit is contained in:
parent
7c1d2bbb98
commit
60ba7b71f2
2 changed files with 1 additions and 3 deletions
|
@ -295,8 +295,6 @@ namespace Ryujinx.Ava.Ui.ViewModels
|
|||
if (_validTzRegions.Contains(location))
|
||||
{
|
||||
TimeZone = location;
|
||||
|
||||
OnPropertyChanged(nameof(TimeZone));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue