Skip to content

Commit

Permalink
Bug 1198877 - Enable software buttons on simulators r=jryans
Browse files Browse the repository at this point in the history
  • Loading branch information
ochameau committed Nov 19, 2015
1 parent 8fee33c commit a7427ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions b2g/simulator/custom-prefs.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
user_pref("devtools.debugger.prompt-connection", false);
user_pref("devtools.debugger.forbid-certified-apps", false);
user_pref("devtools.apps.forbidden-permissions", "");
user_pref("b2g.software-buttons", true);

// Required for Mulet in order to run the debugger server from the command line
user_pref("devtools.debugger.remote-enabled", true);
Expand Down

0 comments on commit a7427ba

Please sign in to comment.