We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80c828b commit ec8f1ecCopy full SHA for ec8f1ec
1 file changed
src/cascadia/TerminalApp/Tab.cpp
@@ -1153,7 +1153,7 @@ namespace winrt::TerminalApp::implementation
1153
// sending repeated toasts for repeated BEL characters.
1154
if (bellArgs.SendNotification() && !tab->_tabStatus.BellIndicator())
1155
{
1156
- tab->TabToastNotificationRequested.raise(tab->Title(), L"", tab->TabViewIndex());
+ tab->TabToastNotificationRequested.raise(tab->Title(), L"");
1157
}
1158
1159
// Show the bell indicator in the tab header
0 commit comments