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 -3
View File
@@ -131,8 +131,6 @@ void Overlays::SelectTheme() {
else if (selection > sPos + 7 - 1) sPos = selection - 7 + 1;
}
if (hidKeysDown() & KEY_B) {
Finish = true;
}
if (hidKeysDown() & KEY_B) Finish = true;
}
}