diff options
Diffstat (limited to 'devtools/client/framework/toolbox-process-window.js')
-rw-r--r-- | devtools/client/framework/toolbox-process-window.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devtools/client/framework/toolbox-process-window.js b/devtools/client/framework/toolbox-process-window.js index c34fe3355..8f75e3e24 100644 --- a/devtools/client/framework/toolbox-process-window.js +++ b/devtools/client/framework/toolbox-process-window.js @@ -103,8 +103,8 @@ function openToolbox({ form, chrome, isTabActor }) { // Remember the last panel that was used inside of this profile. // But if we are testing, then it should always open the debugger panel. let selectedTool = - Services.prefs.getCharPref("devtools.toolbox.selectedTool", - Services.prefs.getCharPref("devtools.browsertoolbox.panel", + Services.prefs.getCharPref("devtools.browsertoolbox.panel", + Services.prefs.getCharPref("devtools.toolbox.selectedTool", "jsdebugger")); let options = { customIframe: frame }; |