Merge pull request #1438 from ryandesign/patch-1

Fix build on case-sensitive filesystems
new-timelineevents
DeepBlueV7.X 2 years ago committed by GitHub
commit 666a1f9f18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/notifications/MacNotificationDelegate.mm

@ -5,7 +5,7 @@
#import "notifications/MacNotificationDelegate.h"
#include <QString.h>
#include <QString>
#include "ChatPage.h"
@ -44,4 +44,4 @@
completionHandler(UNAuthorizationOptionAlert | UNAuthorizationOptionBadge | UNAuthorizationOptionSound);
}
@end
@end

Loading…
Cancel
Save