Add devtools listener setting

This commit is contained in:
2022-01-26 12:12:40 -05:00
parent 35cd237552
commit 57aa039421
8 changed files with 50 additions and 6 deletions
+5 -1
View File
@@ -102,9 +102,13 @@
},
"developer": {
"name": "Developer Settings",
"devTools": {
"name": "DevTools",
"note": "Enables toggling DevTools with ctrl+shift+i"
},
"debuggerHotkey": {
"name": "Debugger Hotkey",
"note": "Allows activating debugger when pressing F8"
"note": "Allows activating debugger when pressing F8 with DevTools open"
},
"reactDevTools": {
"name": "React Developer Tools",