mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
commit
5f2043d229
@ -485,7 +485,7 @@ namespace ui {
|
|||||||
button_load_mem_defaults.on_select = [&nav, this](Button&) {
|
button_load_mem_defaults.on_select = [&nav, this](Button&) {
|
||||||
nav.push<ModalMessageView>(
|
nav.push<ModalMessageView>(
|
||||||
"Warning!",
|
"Warning!",
|
||||||
"This will reset the persistent_memory\nand set the default settings",
|
"This will reset the p.mem\nand set the default settings",
|
||||||
YESNO,
|
YESNO,
|
||||||
[this](bool choice) {
|
[this](bool choice) {
|
||||||
if (choice) {
|
if (choice) {
|
||||||
|
@ -475,7 +475,7 @@ private:
|
|||||||
|
|
||||||
Button button_load_mem_defaults {
|
Button button_load_mem_defaults {
|
||||||
{ 0, 12 * 16 + 8 , 240, 32 },
|
{ 0, 12 * 16 + 8 , 240, 32 },
|
||||||
"!! reset p.mem, load defaults !!"
|
"! reset p.mem, load defaults !"
|
||||||
};
|
};
|
||||||
|
|
||||||
Button button_return {
|
Button button_return {
|
||||||
|
Loading…
Reference in New Issue
Block a user