Fix comment capitalization
This commit is contained in:
parent
0c89bc43c1
commit
4a2724bcc4
|
@ -533,7 +533,7 @@ extension AppDelegate {
|
||||||
let newValue = !AppDefaults.webInspectorEnabled
|
let newValue = !AppDefaults.webInspectorEnabled
|
||||||
AppDefaults.webInspectorEnabled = newValue
|
AppDefaults.webInspectorEnabled = newValue
|
||||||
// An attached inspector can display incorrectly on certain setups (like mine); default to displaying in a separate window,
|
// An attached inspector can display incorrectly on certain setups (like mine); default to displaying in a separate window,
|
||||||
// And reset to a separate window when the preference is toggled off and on again in case the inspector is accidentally reattached.
|
// and reset to a separate window when the preference is toggled off and on again in case the inspector is accidentally reattached.
|
||||||
UserDefaults.standard.set(false, forKey: "__WebInspectorPageGroupLevel1__.WebKit2InspectorStartsAttached")
|
UserDefaults.standard.set(false, forKey: "__WebInspectorPageGroupLevel1__.WebKit2InspectorStartsAttached")
|
||||||
NotificationCenter.default.post(name: .WebInspectorEnabledDidChange, object: newValue)
|
NotificationCenter.default.post(name: .WebInspectorEnabledDidChange, object: newValue)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue