okay so I guess that's not a word

This commit is contained in:
Mike Griese 2021-09-22 14:49:46 -05:00
parent 02e9871f2a
commit 5ff9a247d4

View file

@ -215,7 +215,7 @@ namespace winrt::Microsoft::Terminal::Settings::Model::implementation
// Method Description:
// - Read the contents of our "shared" state - state that should be shared
// for elevated and unelevated instances. This is things like the list of
// generated profiles, the cmdpal commandlines.
// generated profiles, the command palette commandlines.
std::optional<std::string> ApplicationState::_readSharedContents() const
{
return ReadUTF8FileIfExists(_sharedPath);