mirror of
https://github.com/zed-industries/zed.git
synced 2026-06-01 03:14:56 +07:00
Merge 57dd5aae99 into 09165c15dc
This commit is contained in:
commit
2942c0fec1
1 changed files with 0 additions and 3 deletions
|
|
@ -4183,9 +4183,6 @@ impl ThreadView {
|
|||
}
|
||||
|
||||
fn fast_mode_available(&self, cx: &Context<Self>) -> bool {
|
||||
if !cx.is_staff() {
|
||||
return false;
|
||||
}
|
||||
self.as_native_thread(cx)
|
||||
.and_then(|thread| thread.read(cx).model())
|
||||
.map(|model| model.supports_fast_mode())
|
||||
|
|
|
|||
Loading…
Reference in a new issue