mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-24 14:50:43 -04:00
Fixed size of things
This commit is contained in:
parent
c4373d1560
commit
d641ae5b47
2 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue