Skip to content
This repository was archived by the owner on Sep 24, 2025. It is now read-only.

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

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Sources/App/Classes/Controllers/TXMenuController.m

Lines changed: 4 additions & 0 deletions
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)