From 836ef00597d01270e334cac8d5411b835b5d3837 Mon Sep 17 00:00:00 2001 From: Nicolas Chevobbe Date: Thu, 8 Feb 2018 15:33:47 +0100 Subject: [PATCH] Bug 1435090 - Hide the persist logs checkbox on the browser console; r=Honza. MozReview-Commit-ID: 1fT5YtyRRaT --HG-- extra : rebase_source : fadfded4c1f7f20e8df1da408b7d83d0bddb790b --- .../webconsole/new-console-output/new-console-output-wrapper.js | 1 + 1 file changed, 1 insertion(+) diff --git a/devtools/client/webconsole/new-console-output/new-console-output-wrapper.js b/devtools/client/webconsole/new-console-output/new-console-output-wrapper.js index 960b3cccde97..1081452726ae 100644 --- a/devtools/client/webconsole/new-console-output/new-console-output-wrapper.js +++ b/devtools/client/webconsole/new-console-output/new-console-output-wrapper.js @@ -197,6 +197,7 @@ NewConsoleOutputWrapper.prototype = { }); let filterBar = FilterBar({ + hidePersistLogsCheckbox: this.jsterm.hud.isBrowserConsole, serviceContainer: { attachRefToHud }