Skip to content

Commit fcda053

Browse files
committed
Allow user to reset always send flag of App Center
Bound to already existing menu item in Advanced section of Help menu that allowed user to reset "Do not ask" prompts.
1 parent 601aeb3 commit fcda053

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Sources/App/Classes/Controllers/TXMenuController.m

+4
Original file line numberDiff line numberDiff line change
@@ -3015,6 +3015,10 @@ - (void)resetDoNotAskMePopupWarnings:(id)sender
30153015

30163016
[RZUserDefaults() setBool:NO forKey:key];
30173017
}
3018+
3019+
#if TEXTUAL_BUILT_WITH_APPCENTER_SDK_ENABLED == 1
3020+
[RZUserDefaults() removeObjectForKey:@"MSAppCenterCrashesUserConfirmation"];
3021+
#endif
30183022
}
30193023

30203024
#pragma mark -

0 commit comments

Comments
 (0)