File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
ReactWindows/ReactNative/DevSupport Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 6
6
xmlns : d =" http://schemas.microsoft.com/expression/blend/2008"
7
7
xmlns : mc =" http://schemas.openxmlformats.org/markup-compatibility/2006"
8
8
mc : Ignorable =" d"
9
- Title =" Dev Options "
9
+ Title =" Developer Support Menu "
10
10
PrimaryButtonText =" Cancel"
11
11
PrimaryButtonClick =" ContentDialog_PrimaryButtonClick" >
12
12
Original file line number Diff line number Diff line change @@ -216,7 +216,9 @@ public void ShowDevOptionsDialog()
216
216
_devSettings . IsReloadOnJavaScriptChangeEnabled =
217
217
! _devSettings . IsReloadOnJavaScriptChangeEnabled ) ,
218
218
new DevOptionHandler (
219
- "Toggle Inspector" ,
219
+ _devSettings . IsElementInspectorEnabled
220
+ ? "Hide Inspector"
221
+ : "Show Inspector" ,
220
222
( ) =>
221
223
{
222
224
_devSettings . IsElementInspectorEnabled = ! _devSettings . IsElementInspectorEnabled ;
You can’t perform that action at this time.
0 commit comments