Skip to content

Commit

Permalink
Fix the problem of displaying the user notification message (#63)
Browse files Browse the repository at this point in the history
Signed-off-by: Jelena Sanko <[email protected]>
  • Loading branch information
jsanko authored Jun 30, 2021
1 parent 1f6cfca commit 15830ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion prefPane/id-updater.m
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ - (void)message:(NSString *)message {
if (center) {
NSUserNotification *notification = [NSUserNotification new];
notification.title = NSLocalizedString(@"Update message", nil);
notification.subtitle = message;
notification.informativeText = message;
notification.soundName = NSUserNotificationDefaultSoundName;
center.delegate = self;
Expand Down

0 comments on commit 15830ef

Please sign in to comment.