Skip to content

Commit 3fbf8ae

Browse files
committed
Disable the check by default
1 parent 6b2d032 commit 3fbf8ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tool/Sources/Preferences/Keys.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ public extension UserDefaultPreferenceKeys {
572572

573573
var restartXcodeInspectorIfAccessibilityAPIIsMalfunctioning: FeatureFlag {
574574
.init(
575-
defaultValue: true,
575+
defaultValue: false,
576576
key: "FeatureFlag-RestartXcodeInspectorIfAccessibilityAPIIsMalfunctioning"
577577
)
578578
}

0 commit comments

Comments
 (0)