From 8eb065cbc4cbd6331854740c2017f12797683e81 Mon Sep 17 00:00:00 2001 From: firstcryptoman <86235719+firstcryptoman@users.noreply.github.com> Date: Fri, 14 Jan 2022 19:56:06 +0400 Subject: [PATCH] Fixing MacOS notification icon (#1126) --- src/qt/macnotificationhandler.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qt/macnotificationhandler.mm b/src/qt/macnotificationhandler.mm index 2646cb51e7..d579cd55f9 100644 --- a/src/qt/macnotificationhandler.mm +++ b/src/qt/macnotificationhandler.mm @@ -13,7 +13,7 @@ @implementation NSBundle(returnCorrectIdentifier) - (NSString *)__bundleIdentifier { if (self == [NSBundle mainBundle]) { - return @"org.bitcoinfoundation.Bitcoin-Qt"; + return @"org.firo.Firo-Qt"; } else { return [self __bundleIdentifier]; }