This commit is contained in:
Tom Houlé 2026-05-31 09:35:13 +02:00 committed by GitHub
commit 2942c0fec1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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())