mirror of
https://github.com/microsoft/terminal.git
synced 2026-02-03 18:17:40 -06:00
PRE-MERGE #19647 Fix tab row acrylic material in unfocused windows
This commit is contained in:
commit
04eaf867d9
@ -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)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user