mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-02 16:49:05 +00:00
See desc for more.
- Blend Icons as the TextColor. - Resize the `Add Selection to Queue` button.
This commit is contained in:
+1
-1
@@ -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
|
||||
Reference in New Issue
Block a user