File tree 1 file changed +1
-12
lines changed
ReactWindows/ReactNative/DevSupport
1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ class DevInternalSettings : IDeveloperSettings
11
11
private const string JsDevModeDebugKey = "js_dev_mode_debug" ;
12
12
private const string AnimationsDebugKey = "animations_debug" ;
13
13
private const string JsMinifyDebugKey = "js_minify_debug" ;
14
- private const string ElementInspectorKey = "inspector_debug" ;
15
14
private const string ReloadOnJSChangeKey = "reload_on_js_change" ;
16
15
private const string HotModuleReplacementKey = "hot_module_replacement" ;
17
16
@@ -70,17 +69,7 @@ public bool IsAnimationFpsDebugEnabled
70
69
}
71
70
}
72
71
73
- public bool IsElementInspectorEnabled
74
- {
75
- get
76
- {
77
- return GetSetting ( ElementInspectorKey , false ) ;
78
- }
79
- set
80
- {
81
- SetSetting ( ElementInspectorKey , value ) ;
82
- }
83
- }
72
+ public bool IsElementInspectorEnabled { get ; set ; }
84
73
85
74
public bool IsFpsDebugEnabled
86
75
{
You can’t perform that action at this time.
0 commit comments