Skip to content

Commit

Permalink
move this
Browse files Browse the repository at this point in the history
  • Loading branch information
PankajBhojwani committed Mar 28, 2024
1 parent 71bf90f commit d57c7a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cascadia/TerminalSettingsModel/ActionMap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -795,9 +795,9 @@ namespace winrt::Microsoft::Terminal::Settings::Model::implementation
return nullptr;
}

// Note: this should only be called for the action map in the user's settings file
bool ActionMap::GenerateIDsForActions()
{
// Note: this should ONLY be called for the action map in the user's settings file
bool fixedUp{ false };
for (auto actionPair : _ActionMap)
{
Expand Down

0 comments on commit d57c7a1

Please sign in to comment.