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