Move SearchProject to the background

Co-Authored-By: Max Brunsfeld <max@zed.dev>
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
Antonio Scandurra 2022-03-02 18:15:07 +01:00 committed by Max Brunsfeld
parent 07120d47f9
commit a3c8892252

View file

@ -190,8 +190,8 @@ messages!(
(RegisterWorktree, Foreground), (RegisterWorktree, Foreground),
(RemoveProjectCollaborator, Foreground), (RemoveProjectCollaborator, Foreground),
(SaveBuffer, Foreground), (SaveBuffer, Foreground),
(SearchProject, Foreground), (SearchProject, Background),
(SearchProjectResponse, Foreground), (SearchProjectResponse, Background),
(SendChannelMessage, Foreground), (SendChannelMessage, Foreground),
(SendChannelMessageResponse, Foreground), (SendChannelMessageResponse, Foreground),
(ShareProject, Foreground), (ShareProject, Foreground),