mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-13 10:09:30 +00:00
clarify battery settings (#2805)
This commit is contained in:
@@ -1008,7 +1008,7 @@ class SetBatteryView : public View {
|
|||||||
"Save"};
|
"Save"};
|
||||||
|
|
||||||
Button button_reset{
|
Button button_reset{
|
||||||
{UI_POS_X_CENTER(12) - UI_POS_WIDTH(8), UI_POS_Y_BOTTOM(7), UI_POS_WIDTH(12), UI_POS_HEIGHT(2)},
|
{UI_POS_X_CENTER(12) - UI_POS_WIDTH(8), UI_POS_Y(13), UI_POS_WIDTH(12), UI_POS_HEIGHT(2)},
|
||||||
"Reset",
|
"Reset",
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user