Move TimeZoneProperty to user preferences page (#11065)

This commit is contained in:
Markus Winter 2025-09-17 15:10:29 +01:00 committed by GitHub
parent 69e44255b6
commit 17a1ca6e51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ public class TimeZoneProperty extends UserProperty {
@Override
public @NonNull UserPropertyCategory getUserPropertyCategory() {
return UserPropertyCategory.get(UserPropertyCategory.Account.class);
return UserPropertyCategory.get(UserPropertyCategory.Preferences.class);
}
}