UIProfile: name constants as they appear in the MC user-facing settings

I think these names are stupid, but it'll be easier for people to figure out what they refer to if they match the client-sided naming.
This commit is contained in:
Dylan K. Taylor
2020-05-20 15:06:50 +01:00
parent ff3af492f8
commit a29424f5b3

View File

@ -29,6 +29,6 @@ final class UIProfile{
//NOOP
}
public const DESKTOP = 0;
public const MOBILE = 1;
public const CLASSIC = 0;
public const POCKET = 1;
}