Make UpdateBuffer a foreground message

This commit is contained in:
Max Brunsfeld 2022-03-22 09:39:39 -07:00
parent c78bcf7116
commit 4ed8f6fbb4

View file

@ -202,7 +202,7 @@ messages!(
(UnregisterProject, Foreground), (UnregisterProject, Foreground),
(UnregisterWorktree, Foreground), (UnregisterWorktree, Foreground),
(UnshareProject, Foreground), (UnshareProject, Foreground),
(UpdateBuffer, Background), (UpdateBuffer, Foreground),
(UpdateBufferFile, Foreground), (UpdateBufferFile, Foreground),
(UpdateContacts, Foreground), (UpdateContacts, Foreground),
(UpdateDiagnosticSummary, Foreground), (UpdateDiagnosticSummary, Foreground),