See desc for more.

- Blend Icons as the TextColor.

- Resize the `Add Selection to Queue` button.
This commit is contained in:
StackZ
2021-03-24 22:11:51 +01:00
parent 0f625eb67c
commit 54447c2537
11 changed files with 36 additions and 38 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ namespace GFX {
void DrawTime();
void DrawBattery();
void HandleBattery();
void DrawIcon(const int Idx, int X, int Y, float ScaleX = 1, float ScaleY = 1);
void DrawIcon(const int Idx, int X, int Y, uint32_t Color = UIThemes->SideBarIconColor(), float BlendPower = 1.0f, float ScaleX = 1, float ScaleY = 1);
};
#endif