Skip to content

Commit 21e1e15

Browse files
how about now
1 parent 4e87177 commit 21e1e15

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/cascadia/TerminalSettingsEditor/ActionsViewModel.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -907,8 +907,7 @@ namespace winrt::Microsoft::Terminal::Settings::Editor::implementation
907907
IsInEditMode(!_IsInEditMode);
908908
if (_IsInEditMode)
909909
{
910-
// if we're in edit mode,
911-
// - pre populate the text box with the current keys
910+
// if we're in edit mode, populate the text box with the current keys
912911
ProposedKeys(_currentKeys);
913912
}
914913
}

0 commit comments

Comments
 (0)