Bug 1435090 - Hide the persist logs checkbox on the browser console; r=Honza.

MozReview-Commit-ID: 1fT5YtyRRaT

--HG--
extra : rebase_source : fadfded4c1f7f20e8df1da408b7d83d0bddb790b
This commit is contained in:
Nicolas Chevobbe 2018-02-08 15:33:47 +01:00
Родитель 46f692cb58
Коммит 836ef00597
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -197,6 +197,7 @@ NewConsoleOutputWrapper.prototype = {
});
let filterBar = FilterBar({
hidePersistLogsCheckbox: this.jsterm.hud.isBrowserConsole,
serviceContainer: {
attachRefToHud
}