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