chore: 更新 editorconfig

This commit is contained in:
刘旭 2022-07-20 17:27:02 +08:00
commit 45f92cea6b
2 changed files with 7 additions and 223 deletions

View file

@ -141,7 +141,7 @@ void NewProfileViewModel::PrepareForOpen(uint32_t dpi, bool isLightTheme, CoreDi
_profiles = single_threaded_vector(std::move(profiles));
_propertyChangedEvent(*this, PropertyChangedEventArgs(L"Profiles"));
CandidateWindowIndex(-1);
CandidateWindowIndex(_candidateWindows.Size() == 1 ? 0 : -1);
ProfileIndex(0);
}