mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Refactoring: unify the names of the variables related to ReverseButtonMenu handling and add the option to the end of the settings struct to avoid the collisions on factory resets
This commit is contained in:
@@ -10,7 +10,7 @@ void ui_draw_homescreen_simplified(TemperatureType_t tipTemp) {
|
||||
bool isFlipped = OLED::getRotation();
|
||||
bool tipDisconnected = isTipDisconnected();
|
||||
#ifdef REVERSE_NAV_EVERYWHERE
|
||||
bool isReverse = getSettingValue(SettingsOptions::ReverseButtonNavEnabled);
|
||||
bool isReverse = getSettingValue(SettingsOptions::ReverseButtonMenu);
|
||||
#endif
|
||||
|
||||
// Flip and switch buttons accordingly
|
||||
@@ -52,4 +52,4 @@ void ui_draw_homescreen_simplified(TemperatureType_t tipTemp) {
|
||||
OLED::setCursor(isFlipped ? 0 : 116, 0);
|
||||
ui_draw_power_source_icon();
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -9,7 +9,7 @@ void ui_draw_homescreen_simplified(TemperatureType_t tipTemp) {
|
||||
bool isFlipped = OLED::getRotation();
|
||||
bool tipDisconnected = isTipDisconnected();
|
||||
#ifdef REVERSE_NAV_EVERYWHERE
|
||||
bool isReverse = getSettingValue(SettingsOptions::ReverseButtonNavEnabled);
|
||||
bool isReverse = getSettingValue(SettingsOptions::ReverseButtonMenu);
|
||||
#endif
|
||||
|
||||
// Flip and switch buttons accordingly
|
||||
@@ -51,4 +51,4 @@ void ui_draw_homescreen_simplified(TemperatureType_t tipTemp) {
|
||||
OLED::setCursor(isFlipped ? 0 : 84, 0);
|
||||
ui_draw_power_source_icon();
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user