We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f6cfca commit 15830efCopy full SHA for 15830ef
prefPane/id-updater.m
@@ -155,7 +155,6 @@ - (void)message:(NSString *)message {
155
if (center) {
156
NSUserNotification *notification = [NSUserNotification new];
157
notification.title = NSLocalizedString(@"Update message", nil);
158
- notification.subtitle = message;
159
notification.informativeText = message;
160
notification.soundName = NSUserNotificationDefaultSoundName;
161
center.delegate = self;
0 commit comments