PRE-MERGE #19647 Fix tab row acrylic material in unfocused windows

This commit is contained in:
Carlos Zamora
2026-01-20 10:57:33 -08:00

View File

@@ -4965,7 +4965,7 @@ namespace winrt::TerminalApp::implementation
theme.TabRow().UnfocusedBackground()) :
ThemeColor{ nullptr } };
if (_settings.GlobalSettings().UseAcrylicInTabRow())
if (_settings.GlobalSettings().UseAcrylicInTabRow() && (_activated || _settings.GlobalSettings().EnableUnfocusedAcrylic()))
{
if (tabRowBg)
{