We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f4087f commit fb74fc8Copy full SHA for fb74fc8
src/cascadia/TerminalApp/AppActionHandlers.cpp
@@ -1427,7 +1427,6 @@ namespace winrt::TerminalApp::implementation
1427
if (Feature_ScratchpadPane::IsEnabled())
1428
{
1429
auto scratchPane{ winrt::make_self<ScratchpadContent>() };
1430
- // auto scratchPane{ winrt::make_self<SettingsPaneContent>(_settings) };
1431
1432
// This is maybe a little wacky - add our key event handler to the pane
1433
// we made. So that we can get actions for keys that the content didn't
0 commit comments