Fix styling of titlebar highlights
This commit is contained in:
parent
712fb5ad7f
commit
f28419cfd1
2 changed files with 3 additions and 3 deletions
|
@ -504,7 +504,7 @@ pub fn split_worktree_update(
|
|||
|
||||
done = message.updated_entries.is_empty() && message.removed_entries.is_empty();
|
||||
|
||||
// Wait to send repositories until after we've guarnteed that their associated entries
|
||||
// Wait to send repositories until after we've guaranteed that their associated entries
|
||||
// will be read
|
||||
let updated_repositories = if done {
|
||||
mem::take(&mut message.updated_repositories)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue