Skip to content

Commit

Permalink
Fixing MacOS notification icon (#1126)
Browse files Browse the repository at this point in the history
  • Loading branch information
firstcryptoman authored Jan 14, 2022
1 parent 8367b03 commit 8eb065c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/macnotificationhandler.mm
Original file line number Diff line number Diff line change
Expand Up @@ -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];
}
Expand Down

0 comments on commit 8eb065c

Please sign in to comment.