mirror of
https://github.com/Codeux-Software/Textual.git
synced 2026-06-16 13:24:32 +00:00
Add apps settings to notification authorization
This commit is contained in:
@@ -94,7 +94,8 @@ NSString * const TXNotificationActionIdentifierLicenseManagerMoreInfo = @"TXNoti
|
||||
|
||||
[RZNotificationCenter() addObserver:self selector:@selector(mainWindowSelectionChanged:) name:TVCMainWindowSelectionChangedNotification object:nil];
|
||||
|
||||
[RZUserNotificationCenter() requestAuthorizationWithOptions:UNAuthorizationOptionAlert
|
||||
[RZUserNotificationCenter() requestAuthorizationWithOptions:(UNAuthorizationOptionAlert |
|
||||
UNAuthorizationOptionProvidesAppNotificationSettings)
|
||||
completionHandler:^(BOOL granted, NSError * _Nullable error) {
|
||||
if (error) {
|
||||
LogToConsoleError("Notifications failed to authorize: %{public}@", error.localizedDescription);
|
||||
|
||||
Reference in New Issue
Block a user