fix(ui-ext): send title to newly-attached UI

This commit is contained in:
zeertzjq
2023-05-11 10:48:48 +08:00
parent ee986ee044
commit 43d66c0ebb
4 changed files with 14 additions and 5 deletions

View File

@@ -3444,7 +3444,6 @@ void resettitle(void)
{
ui_call_set_icon(cstr_as_string(lasticon));
ui_call_set_title(cstr_as_string(lasttitle));
ui_flush();
}
#if defined(EXITFREE)