Skip to content

Commit ec8f1ec

Browse files
committed
propagate change to TabToastNotificationRequested
1 parent 80c828b commit ec8f1ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cascadia/TerminalApp/Tab.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1153,7 +1153,7 @@ namespace winrt::TerminalApp::implementation
11531153
// sending repeated toasts for repeated BEL characters.
11541154
if (bellArgs.SendNotification() && !tab->_tabStatus.BellIndicator())
11551155
{
1156-
tab->TabToastNotificationRequested.raise(tab->Title(), L"", tab->TabViewIndex());
1156+
tab->TabToastNotificationRequested.raise(tab->Title(), L"");
11571157
}
11581158

11591159
// Show the bell indicator in the tab header

0 commit comments

Comments
 (0)