We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e87177 commit 21e1e15Copy full SHA for 21e1e15
src/cascadia/TerminalSettingsEditor/ActionsViewModel.cpp
@@ -907,8 +907,7 @@ namespace winrt::Microsoft::Terminal::Settings::Editor::implementation
907
IsInEditMode(!_IsInEditMode);
908
if (_IsInEditMode)
909
{
910
- // if we're in edit mode,
911
- // - pre populate the text box with the current keys
+ // if we're in edit mode, populate the text box with the current keys
912
ProposedKeys(_currentKeys);
913
}
914
0 commit comments