The sample app has a hard time loading TermControl resources so we're just going to disable this for now

This commit is contained in:
Mike Griese 2021-08-16 10:18:16 -05:00
parent b0b44410c6
commit aa6b08118f

View file

@ -152,7 +152,8 @@ namespace winrt::Microsoft::Terminal::Control::implementation
hstring TermControlAutomationPeer::GetLocalizedControlTypeCore() const
{
return RS_(L"TerminalControl_ControlType");
// return RS_(L"TerminalControl_ControlType");
return L"foo";
}
Windows::Foundation::IInspectable TermControlAutomationPeer::GetPatternCore(PatternInterface patternInterface) const