aboutsummaryrefslogtreecommitdiffstats
path: root/src/webview/recipe.js
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2019-09-23 20:18:01 +0200
committerLibravatar vantezzen <hello@vantezzen.io>2019-09-23 20:18:01 +0200
commitaa18d3b84ece4fbc864f6a4f4d3b84fbef564b48 (patch)
treee59f432a96b18626d6fce75f48dd8a8e5f94aafd /src/webview/recipe.js
parentAdd darkreader for universal darkmode (diff)
downloadferdium-app-aa18d3b84ece4fbc864f6a4f4d3b84fbef564b48.tar.gz
ferdium-app-aa18d3b84ece4fbc864f6a4f4d3b84fbef564b48.tar.zst
ferdium-app-aa18d3b84ece4fbc864f6a4f4d3b84fbef564b48.zip
Fix lint
Diffstat (limited to 'src/webview/recipe.js')
-rw-r--r--src/webview/recipe.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webview/recipe.js b/src/webview/recipe.js
index e97013b3c..fca00fde2 100644
--- a/src/webview/recipe.js
+++ b/src/webview/recipe.js
@@ -114,7 +114,7 @@ class RecipeController {
114 } 114 }
115 } 115 }
116 116
117 if (this.settings.service.isDarkModeEnabled || this.settings.app.darkMode) { 117 if (this.settings.service.isDarkModeEnabled || this.settings.app.darkMode) {
118 debug('Enable dark mode'); 118 debug('Enable dark mode');
119 119
120 // Check if recipe has a darkmode.css 120 // Check if recipe has a darkmode.css