mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-25 01:41:28 -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
|
@ -94,7 +94,7 @@ ScriptView::ScriptView(
|
|||
};
|
||||
|
||||
button_del.on_select = [this, &nav](Button&) {
|
||||
nav.push<ModalMessageView>("Confirm", "Are you sure ?", YESNO,
|
||||
nav.push<ModalMessageView>("Confirm", "Are you sure?", YESNO,
|
||||
[this](bool choice) {
|
||||
if (choice) {
|
||||
on_delete();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue