Fix ISABugger and POST card persisting after being disabled

This commit is contained in:
RichardG867
2021-04-14 16:29:43 -03:00
parent 57c4bc485e
commit f0df74f248

View File

@@ -426,6 +426,11 @@ StatusBarDestroyTips(void)
void
ui_sb_set_ready(int ready)
{
if (ready == 0) {
ui_sb_bugui(NULL);
ui_sb_set_text(NULL);
}
sb_ready = ready;
}