| Index: messageResponder.js |
| diff --git a/messageResponder.js b/messageResponder.js |
| index 47f4b05a9d88c8969531c2aac61c2d9ea0270cc0..da0711f1aa1d1f9dc8032f6abf76a3fa3699a2b8 100644 |
| --- a/messageResponder.js |
| +++ b/messageResponder.js |
| @@ -338,7 +338,7 @@ |
| port.on("prefs.toggle", (message, sender) => |
| { |
| if (message.key == "notifications_ignoredcategories") |
| - return NotificationStorage.toggleIgnoreCategory("*"); |
| + return NotificationStorage.toggleIgnoreCategory("*", message.forceValue); |
| return Prefs[message.key] = !Prefs[message.key]; |
| }); |