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

(cherry picked from commit 43d66c0ebb)
This commit is contained in:
zeertzjq
2023-05-11 10:48:48 +08:00
committed by github-actions[bot]
parent 624c25a70a
commit 86a1e79ee2
4 changed files with 14 additions and 5 deletions

View File

@@ -3458,7 +3458,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)