From 079765bad8a577d140166098e8dd0b7fe0660e4e Mon Sep 17 00:00:00 2001 From: Vijay Raghavan Aravamudhan Date: Sat, 5 Jun 2021 16:28:52 +0530 Subject: Added ability to turn off notifications for clipboard events generated by context menu actions (#1494) --- src/stores/ServicesStore.js | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/stores') diff --git a/src/stores/ServicesStore.js b/src/stores/ServicesStore.js index 11915bc44..48b128966 100644 --- a/src/stores/ServicesStore.js +++ b/src/stores/ServicesStore.js @@ -134,6 +134,11 @@ export default class ServicesStore extends Store { () => this.stores.settings.app.searchEngine, () => this._shareSettingsWithServiceProcess(), ); + + reaction( + () => this.stores.settings.app.clipboardNotifications, + () => this._shareSettingsWithServiceProcess(), + ); } initialize() { -- cgit v1.2.3-70-g09d2