Merge commit 'a29424f5b'

# Conflicts:
#	resources/vanilla
This commit is contained in:
Dylan K. Taylor 2020-05-20 20:21:29 +01:00
commit 12f53f0ae0

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;
}