Skip to content

Commit

Permalink
[FB] Notification | Fix problem with notifications not being received…
Browse files Browse the repository at this point in the history
… on Mac.
  • Loading branch information
typeling1578 authored Jan 14, 2023
1 parent 0ae8b1d commit 5a3f830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion floorp/browser/components/FloorpStartup.jsm
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ let isUpdated = false;
if (version === "10.0") {
isNativeNotificationEnabled = true;
}
} else {
} else if (AppConstants.platform === "linux") {
isNativeNotificationEnabled = true;
}
let prefs = Services.prefs.getDefaultBranch(null);
Expand Down

0 comments on commit 5a3f830

Please sign in to comment.