Disable as many broken devtools panels as possible.

This commit is contained in:
Josh Matthews 2020-08-10 23:48:28 -04:00
parent d028d71fe9
commit 27974457cd
2 changed files with 6 additions and 6 deletions

View file

@ -249,10 +249,10 @@ impl RootActor {
from: "root".to_owned(),
applicationType: "browser".to_owned(),
traits: ActorTraits {
sources: true,
sources: false,
highlightable: true,
customHighlighters: true,
networkMonitor: true,
networkMonitor: false,
},
}
}