dev #21
@ -388,6 +388,8 @@ public static class Globals
|
||||
r.Size = Size;
|
||||
r.Shader = Rectangle.DefaultAlphaShader[ms.Context];
|
||||
Color c = await User.GetColor();
|
||||
Color? cc = await Profile.GetColor();
|
||||
if (cc is not null) c = cc.Value;
|
||||
r.BackgroundColor = new(25, 25, 25, 255);
|
||||
Label l = new(DefaultFont)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user