Update app title when focusing any new tab that it's not an editor or a terminal.

This commit is contained in:
Martín Lucas Golini
2026-04-12 15:45:04 -03:00
parent c013546d52
commit 2e481f40f3
5 changed files with 28 additions and 2 deletions

View File

@@ -391,6 +391,8 @@ class EE_API UICodeEditorSplitter {
UITabWidget* getCurTabWidget() const;
UITab* getTabFromWidget( UIWidget* ) const;
void
setCanCreateSplitFn( std::function<bool( SplitDirection direction, UIWidget* widget )> fn );