mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-11-16 22:13:54 +00:00
Fixed size of things
This commit is contained in:
@@ -485,7 +485,7 @@ namespace ui {
|
||||
button_load_mem_defaults.on_select = [&nav, this](Button&) {
|
||||
nav.push<ModalMessageView>(
|
||||
"Warning!",
|
||||
"This will reset the persistent_memory\nand set the default settings",
|
||||
"This will reset the p.mem\nand set the default settings",
|
||||
YESNO,
|
||||
[this](bool choice) {
|
||||
if (choice) {
|
||||
|
||||
Reference in New Issue
Block a user