mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 18:02:05 -05:00
Ladybird: Don't change window icons when background tabs change icons
This commit is contained in:
parent
5f3b82dcba
commit
acd70f44c2
1 changed files with 2 additions and 1 deletions
|
@ -346,6 +346,7 @@ void BrowserWindow::tab_title_changed(int index, QString const& title)
|
|||
void BrowserWindow::tab_favicon_changed(int index, QIcon icon)
|
||||
{
|
||||
m_tabs_container->setTabIcon(index, icon);
|
||||
if (m_tabs_container->currentIndex() == index)
|
||||
setWindowIcon(icon);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue