testing crash
This commit is contained in:
@@ -601,6 +601,12 @@ void App::init_menu_about()
|
||||
popup->destroy();
|
||||
};
|
||||
}
|
||||
|
||||
if (auto b = popup->find<NodeButtonCustom>("about-crash"))
|
||||
b->on_click = [this](Node*) {
|
||||
LOG("crashing");
|
||||
App::I.crash_test();
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user