Skip to content
Snippets Groups Projects
Commit 48eab1df authored by q3k's avatar q3k
Browse files

st3m: fix restarting badge from REPL mode

parent 16966212
No related branches found
No related tags found
No related merge requests found
Pipeline #5995 passed
...@@ -76,8 +76,8 @@ void st3m_mode_update_display(bool *restartable) { ...@@ -76,8 +76,8 @@ void st3m_mode_update_display(bool *restartable) {
.lines = lines, .lines = lines,
}; };
st3m_gfx_show_textview(&tv); st3m_gfx_show_textview(&tv);
if (restartable != NULL) *restartable = true;
} }
if (restartable != NULL) *restartable = true;
break; break;
case st3m_mode_kind_fatal: { case st3m_mode_kind_fatal: {
const char *msg = _mode.message; const char *msg = _mode.message;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment