Always show autotype notifications. Fixes #814

This commit is contained in:
Michael Starke
2018-07-12 22:55:22 +02:00
parent 1f7fb693a9
commit 1f2b0447e2
3 changed files with 17 additions and 3 deletions

View File

@@ -8,6 +8,9 @@
#import <Foundation/Foundation.h>
FOUNDATION_EXTERN NSString *const kMPUserNotificationInfoKeyNotificationType;
FOUNDATION_EXTERN NSString *const kMPUserNotificationTypeAutotype;
@interface MPUserNotificationCenterDelegate : NSObject <NSUserNotificationCenterDelegate>
@end