Skip to content

Commit

Permalink
[silmarillion] Yikes I've really had a hard time with this.
Browse files Browse the repository at this point in the history
  • Loading branch information
zadjii-msft committed Mar 29, 2023
1 parent ef4651a commit 3152ff9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion src/cascadia/TerminalApp/Resources/en-US/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@
<comment>{Locked="newTabMenu"} {Locked="remainingProfiles"}</comment>
</data>
<data name="InvalidUseOfContent" xml:space="preserve">
<value>The "__content" property is reserved for internal use. Ignoring that value from any actions that have it set.</value>
<value>The "__content" property is reserved for internal use</value>
<comment>{Locked="__content"}</comment>
</data>
<data name="AboutToolTip" xml:space="preserve">
Expand Down
3 changes: 0 additions & 3 deletions src/cascadia/TerminalSettingsModel/ActionArgs.h
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,6 @@ namespace winrt::Microsoft::Terminal::Settings::Model::implementation
// settings. That's an internal-use-only property.
if (args->_TerminalArgs.ContentId())
{
args->_TerminalArgs.ContentId(0);
return { *args, { SettingsLoadWarnings::InvalidUseOfContent } };
}
return { *args, {} };
Expand Down Expand Up @@ -543,7 +542,6 @@ namespace winrt::Microsoft::Terminal::Settings::Model::implementation
// settings. That's an internal-use-only property.
if (args->_TerminalArgs.ContentId())
{
args->_TerminalArgs.ContentId(0);
return { *args, { SettingsLoadWarnings::InvalidUseOfContent } };
}

Expand Down Expand Up @@ -611,7 +609,6 @@ namespace winrt::Microsoft::Terminal::Settings::Model::implementation
// settings. That's an internal-use-only property.
if (args->_TerminalArgs.ContentId())
{
args->_TerminalArgs.ContentId(0);
return { *args, { SettingsLoadWarnings::InvalidUseOfContent } };
}

Expand Down

0 comments on commit 3152ff9

Please sign in to comment.