mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-29 09:57:09 +02:00
remove property changed call in time zone validation (#3752)
This commit is contained in:
parent
66f5eb36c1
commit
8021e48eb7
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