mirror of
https://github.com/Blinue/Magpie.git
synced 2026-06-24 02:04:10 +00:00
chore: 更新 editorconfig
This commit is contained in:
parent
1e73115867
commit
45f92cea6b
2 changed files with 7 additions and 223 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue