This commit is contained in:
resistancelion
2025-01-30 18:33:30 +02:00
parent e346a7793e
commit 157769b099
10 changed files with 49 additions and 49 deletions

View File

@@ -17,11 +17,11 @@ bool shouldShutdown(void) {
}
}
}
#ifdef REVERSE_NAV_EVERYWHERE
#ifdef REVERSE_NAV_EVERYWHERE
if (getButtonState(getSettingValue(SettingsOptions::ReverseButtonNavEnabled) == BUTTON_B_LONG) { // allow also if back button is pressed long
#else
#else
if (getButtonState() == BUTTON_B_LONG) { // allow also if back button is pressed long
#endif
#endif
return true;
}
return false;