aboutsummaryrefslogtreecommitdiffstats
path: root/src/webview/recipe.js
diff options
context:
space:
mode:
authorLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-06-05 16:28:52 +0530
committerLibravatar GitHub <noreply@github.com>2021-06-05 12:58:52 +0200
commit079765bad8a577d140166098e8dd0b7fe0660e4e (patch)
tree4a157a1e5fd0eb3b6a2ce71229a0aed7165dddb3 /src/webview/recipe.js
parentRemoved hardcoded strings and reused constants defined in config.js (#1499) (diff)
downloadferdium-app-079765bad8a577d140166098e8dd0b7fe0660e4e.tar.gz
ferdium-app-079765bad8a577d140166098e8dd0b7fe0660e4e.tar.zst
ferdium-app-079765bad8a577d140166098e8dd0b7fe0660e4e.zip
Added ability to turn off notifications for clipboard events generated by context menu actions (#1494)
Diffstat (limited to 'src/webview/recipe.js')
-rw-r--r--src/webview/recipe.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/webview/recipe.js b/src/webview/recipe.js
index 5a24effa2..6c382d388 100644
--- a/src/webview/recipe.js
+++ b/src/webview/recipe.js
@@ -92,6 +92,7 @@ class RecipeController {
92 () => this.settings.app.spellcheckerLanguage, 92 () => this.settings.app.spellcheckerLanguage,
93 () => this.spellcheckerLanguage, 93 () => this.spellcheckerLanguage,
94 () => this.settings.app.searchEngine, 94 () => this.settings.app.searchEngine,
95 () => this.settings.app.clipboardNotifications,
95 ); 96 );
96 97
97 autorun(() => this.update()); 98 autorun(() => this.update());