Skip to content

Commit

Permalink
dm900: small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BPanther committed May 31, 2024
1 parent adba8aa commit 35c7538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/neutrino.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5250,7 +5250,7 @@ void CNeutrinoApp::loadKeys(const char * fname)
g_settings.mpkey_pause = tconfig->getInt32( "mpkey.pause", CRCInput::RC_playpause );
#else
g_settings.mpkey_play = tconfig->getInt32( "mpkey.play", CRCInput::RC_play );
#if BOXMODEL_DM820 || BOXMODEL_DM8000
#if BOXMODEL_DM820 || BOXMODEL_DM900 || BOXMODEL_DM8000
g_settings.mpkey_pause = tconfig->getInt32( "mpkey.pause", CRCInput::RC_play );
#else
g_settings.mpkey_pause = tconfig->getInt32( "mpkey.pause", CRCInput::RC_pause );
Expand Down

0 comments on commit 35c7538

Please sign in to comment.