mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Refactoring: trying to find a more suitable variable name to check status if swap buttons in menu is enabled
This commit is contained in:
@@ -17,7 +17,7 @@ bool shouldShutdown(void) {
|
||||
}
|
||||
}
|
||||
}
|
||||
#ifdef REVERSE_NAV_EVERYWHERE
|
||||
#ifdef OPT_FULL_BUTTON_REVERSE
|
||||
if (getButtonState(getSettingValue(SettingsOptions::ReverseButtonMenu) == BUTTON_B_LONG) { // allow also if back button is pressed long
|
||||
#else
|
||||
if (getButtonState() == BUTTON_B_LONG) { // allow also if back button is pressed long
|
||||
|
||||
Reference in New Issue
Block a user