dev #21

Merged
JacobTech merged 3 commits from dev into main 2024-08-27 11:00:45 -04:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit d77f7dbf35 - Show all commits

View File

@ -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)
{