Skip to content

Commit

Permalink
Settings: fix confInt["globalVolume"] write on sd.save
Browse files Browse the repository at this point in the history
  • Loading branch information
Apaczer committed Dec 23, 2023
1 parent 1f78220 commit 7f55f08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gmenu2x.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -764,6 +764,7 @@ void GMenu2X::settings() {
}

setBacklight(confInt["backlight"], false);
setVolume(confInt["globalVolume"], false);

#if defined(TARGET_GP2X)
if (prevgamma != confInt["gamma"]) {
Expand Down

0 comments on commit 7f55f08

Please sign in to comment.