Skip to content

Commit

Permalink
Derp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Aug 17, 2024
1 parent ed98e9f commit f021aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickmenu/arm9/source/graphics/graphics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ void batteryIconLoad() {
// Load low battery icon

filePath = "nitro:/graphics/battery/batterylow.png";
if (ms().consoleModel < 2 && ms().powerLedColor) {
if (dsiFeatures() && ms().consoleModel < 2 && ms().powerLedColor) {
filePath = "nitro:/graphics/battery/batteryfullPurple.png";
}

Expand Down

0 comments on commit f021aa9

Please sign in to comment.