From 15830efe41134a560a8cf8524b1d9bf871ccdfd2 Mon Sep 17 00:00:00 2001 From: Jelena Sanko <jelena@raulwalter.com> Date: Wed, 30 Jun 2021 20:42:23 +0300 Subject: [PATCH] Fix the problem of displaying the user notification message (#63) Signed-off-by: Jelena Sanko <jelena@raulwalter.com> --- prefPane/id-updater.m | 1 - 1 file changed, 1 deletion(-) diff --git a/prefPane/id-updater.m b/prefPane/id-updater.m index 689a9c3..a937e2f 100644 --- a/prefPane/id-updater.m +++ b/prefPane/id-updater.m @@ -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;