mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-05 16:25:04 -04:00
No space after question mark
This commit is contained in:
parent
29457f0e46
commit
52b951f705
3 changed files with 3 additions and 3 deletions
|
@ -45,7 +45,7 @@ void WipeSDView::focus() {
|
|||
dummy.focus();
|
||||
|
||||
if (!confirmed) {
|
||||
nav_.push<ModalMessageView>("Warning !", "Wipe FAT of SD card ?", YESCANCEL, [this](bool choice) {
|
||||
nav_.push<ModalMessageView>("Warning !", "Wipe FAT of SD card?", YESCANCEL, [this](bool choice) {
|
||||
if (choice)
|
||||
confirmed = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue