We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1628fc6 commit 3472fcdCopy full SHA for 3472fcd
src/settings/controllers/NotificationControllers.js
@@ -45,7 +45,7 @@ export class NotificationsEnabledController extends SettingController {
45
if (!getNotifier().isPossible()) return false;
46
47
if (calculatedValue === null || calculatedAtLevel === "default") {
48
- return isMasterRuleEnabled();
+ return !isMasterRuleEnabled();
49
}
50
51
return calculatedValue;
@@ -63,7 +63,7 @@ export class NotificationBodyEnabledController extends SettingController {
63
64
65
if (calculatedValue === null) {
66
67
68
69
0 commit comments