Skip to content

Commit 15830ef

Browse files
authored
Fix the problem of displaying the user notification message (#63)
Signed-off-by: Jelena Sanko <jelena@raulwalter.com>
1 parent 1f6cfca commit 15830ef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

prefPane/id-updater.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ - (void)message:(NSString *)message {
155155
if (center) {
156156
NSUserNotification *notification = [NSUserNotification new];
157157
notification.title = NSLocalizedString(@"Update message", nil);
158-
notification.subtitle = message;
159158
notification.informativeText = message;
160159
notification.soundName = NSUserNotificationDefaultSoundName;
161160
center.delegate = self;

0 commit comments

Comments
 (0)